We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9073eb7 + 7b091d1 commit ddde165Copy full SHA for ddde165
1 file changed
.github/dependabot.yml
@@ -0,0 +1,28 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: bundler
4
+ directory: /
5
+ schedule:
6
+ interval: daily
7
+
8
+ - package-ecosystem: npm
9
10
11
12
13
+ # Ruby needs to be upgraded manually in multiple places, so cannot
14
+ # be upgraded by Dependabot. That effectively makes the below
15
+ # config redundant, as ruby is the only updatable thing in the
16
+ # Dockerfile, although this may change in the future. We hope this
17
+ # config will save a dev from trying to upgrade ruby via Dependabot.
18
+ - package-ecosystem: docker
19
+ ignore:
20
+ - dependency-name: ruby
21
22
23
+ interval: weekly
24
25
+ - package-ecosystem: github-actions
26
27
28
0 commit comments