Skip to content

Commit 297138f

Browse files
authored
Merge pull request #53 from primer/kh-add-dependabot
Add dependabot.yml to ensure dependencies are up-to-date
2 parents 98ff0b2 + a77c947 commit 297138f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
open-pull-requests-limit: 99
8+
allow:
9+
- dependency-name: "eslint-plugin-github"
10+
- dependency-name: "eslint-plugin-jsx-a11y"

0 commit comments

Comments
 (0)