Skip to content

Commit ddde165

Browse files
authored
Merge pull request #2358 from alphagov/revert-2355-samsimpson1/disable-dependabot
2 parents 9073eb7 + 7b091d1 commit ddde165

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: /
10+
schedule:
11+
interval: daily
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+
directory: /
22+
schedule:
23+
interval: weekly
24+
25+
- package-ecosystem: github-actions
26+
directory: /
27+
schedule:
28+
interval: daily

0 commit comments

Comments
 (0)