Skip to content

Commit 63be923

Browse files
committed
feat: Add dependabot configuration
* Add .github/dependabot.yml to enable automated dependency updates. * Configure dependabot to scan for weekly updates to GitHub Actions. * Ensure `.github/` is not ignored by .gitignore.
1 parent 8d58f03 commit 63be923

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ nimcache
1010
*.pdb
1111
*.ilk
1212
.*
13+
14+
!.github/

0 commit comments

Comments
 (0)