Skip to content

Commit a29ff5e

Browse files
Upgrade to GitHub-native Dependabot
1 parent 56a5407 commit a29ff5e

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.dependabot/config.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/."
5+
schedule:
6+
interval: monthly
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: eslint
10+
versions:
11+
- 7.16.0
12+
- 7.19.0

0 commit comments

Comments
 (0)