feat(gh): Initialize github workflows (#1)

This commit is contained in:
Wanjohi
2024-05-30 04:42:28 +03:00
committed by GitHub
parent c452561766
commit 2662dfb8ad
9 changed files with 429 additions and 0 deletions

11
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
labels:
- 'type/build'
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]