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 cc85f35 commit 181609cCopy full SHA for 181609c
.github/dependabot.yml
@@ -0,0 +1,18 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: bundler
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "13:00"
8
+ open-pull-requests-limit: 10
9
+ ignore:
10
+ - dependency-name: json
11
+ versions:
12
+ - "> 2.1.0"
13
14
15
+ - "> 2.2.0"
16
17
18
+ - ">= 2.3.a, < 2.4"
0 commit comments