Skip to content

Commit fc1efb3

Browse files
committed
Configure dependabot
We configure dependabot for FIO because FIO is hosted under the openshift org and renovate does seem to require org admin access to be set up and in general I'm uneasy about configuring an app in the openshift org.
1 parent 692689d commit fc1efb3

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
labels:
8+
- "ok-to-test"
9+
- "qe-approved"
10+
- "px-approved"
11+
- "docs-approved"
12+
open-pull-requests-limit: 10
13+
- package-ecosystem: docker
14+
directory: "/"
15+
schedule:
16+
interval: weekly
17+
labels:
18+
- "ok-to-test"
19+
- "ok-to-test"
20+
- "qe-approved"
21+
- "px-approved"
22+
- "docs-approved"
23+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)