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.
1 parent 7339943 commit ee210e4Copy full SHA for ee210e4
.github/dependabot.yml
@@ -0,0 +1,21 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: npm
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "21:00"
8
+ open-pull-requests-limit: 10
9
+ ignore:
10
+ - dependency-name: rc-tools
11
+ versions:
12
+ - "< 10, >= 9.a"
13
+ - dependency-name: "@types/react"
14
15
+ - 17.0.0
16
+ - 17.0.1
17
+ - 17.0.2
18
+ - 17.0.3
19
+ - dependency-name: rc-dialog
20
21
+ - 8.5.1
0 commit comments