We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b713e26 commit bf2f336Copy full SHA for bf2f336
.github/dependabot.yml
@@ -0,0 +1,40 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: npm
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "10:00"
8
+ open-pull-requests-limit: 10
9
+ ignore:
10
+ - dependency-name: "@babel/core"
11
+ versions:
12
+ - 7.12.10
13
+ - 7.12.13
14
+ - 7.12.16
15
+ - 7.12.17
16
+ - 7.13.1
17
+ - 7.13.10
18
+ - 7.13.13
19
+ - 7.13.14
20
+ - 7.13.15
21
+ - 7.13.8
22
+ - dependency-name: "@babel/preset-env"
23
24
+ - 7.12.11
25
26
27
28
+ - 7.13.0
29
30
+ - 7.13.12
31
+ - 7.13.5
32
33
+ - 7.13.9
34
+ - dependency-name: "@babel/plugin-proposal-object-rest-spread"
35
36
37
38
+ - dependency-name: "@babel/plugin-proposal-class-properties"
39
40
0 commit comments