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 5266067 + 5d26bf7 commit 7b95769Copy full SHA for 7b95769
1 file changed
.github/dependabot.yml
@@ -0,0 +1,24 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: bundler
4
+ directory: "/"
5
+ schedule:
6
+ interval: monthly
7
+ time: "23:00"
8
+ timezone: America/Chicago
9
+ pull-request-branch-name:
10
+ separator: "-"
11
+ open-pull-requests-limit: 99
12
+ ignore:
13
+ - dependency-name: activesupport
14
+ versions:
15
+ - 6.1.0
16
+ - 6.1.1
17
+ - 6.1.3
18
+ - dependency-name: nokogiri
19
20
+ - 1.11.0
21
+ - 1.11.1
22
+ - dependency-name: excon
23
24
+ - 0.78.1
0 commit comments