Skip to content

Commit 7a79fec

Browse files
authored
Merge pull request #75 from Fdawgs/ci/dependabot
ci: add dependabot config
2 parents 3d26359 + d81123c commit 7a79fec

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: monthly
7+
open-pull-requests-limit: 99
8+
9+
- package-ecosystem: npm
10+
directory: /
11+
schedule:
12+
interval: monthly
13+
open-pull-requests-limit: 99

0 commit comments

Comments
 (0)