We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81eca78 + a1f5efc commit 12e4188Copy full SHA for 12e4188
.github/dependabot.yml
@@ -0,0 +1,26 @@
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: eslint
10
+ versions:
11
+ - 7.18.0
12
+ - 7.19.0
13
+ - 7.20.0
14
+ - 7.21.0
15
+ - 7.22.0
16
+ - 7.23.0
17
+ - 7.24.0
18
+ - dependency-name: mocha
19
20
+ - 8.3.0
21
+ - 8.3.1
22
+ - dependency-name: chai
23
24
+ - 4.3.0
25
+ - 4.3.1
26
+ - 4.3.3
0 commit comments