Skip to content

Commit 4a1ad13

Browse files
Upgrade to GitHub-native Dependabot
1 parent 91d2cbe commit 4a1ad13

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: sinon
10+
versions:
11+
- 10.0.0
12+
- 9.2.4
13+
- dependency-name: mocha
14+
versions:
15+
- 8.2.1
16+
- 8.3.0
17+
- 8.3.1
18+
- dependency-name: lodash
19+
versions:
20+
- 4.17.20

0 commit comments

Comments
 (0)