Skip to content

Commit 5f92c37

Browse files
authored
Merge pull request #96 from esafak/dependabot
feat: Add dependabot configuration
2 parents d1b181b + 63be923 commit 5f92c37

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)