Skip to content

Commit 33a8be9

Browse files
committed
Disable Dependabot
1 parent 1e90991 commit 33a8be9

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1 @@
1-
version: 2
2-
updates:
3-
- package-ecosystem: bundler
4-
directory: /
5-
schedule:
6-
interval: daily
7-
allow:
8-
- dependency-type: "all"
9-
open-pull-requests-limit: 20
10-
11-
- package-ecosystem: npm
12-
directory: /
13-
schedule:
14-
interval: daily
15-
16-
- package-ecosystem: github-actions
17-
directory: /
18-
schedule:
19-
interval: daily
20-
21-
# Ruby needs to be upgraded manually in multiple places, so cannot
22-
# be upgraded by Dependabot. That effectively makes the below
23-
# config redundant, as ruby is the only updatable thing in the
24-
# Dockerfile, although this may change in the future. We hope this
25-
# config will save a dev from trying to upgrade ruby via Dependabot.
26-
- package-ecosystem: docker
27-
ignore:
28-
- dependency-name: ruby
29-
directory: /
30-
schedule:
31-
interval: weekly
1+
---

0 commit comments

Comments
 (0)