Skip to content

Commit cb1dcb3

Browse files
authored
GitHub: Improve Dependabot. (#12033)
1 parent b4d884e commit cb1dcb3

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
---
21
version: 2
32
updates:
4-
- package-ecosystem: "gomod"
3+
- package-ecosystem: "github-actions"
54
directory: "/"
65
schedule:
76
interval: "weekly"
@@ -10,32 +9,35 @@ updates:
109
- "release-note-none"
1110
- "ok-to-test"
1211
groups:
13-
all:
12+
actions:
1413
update-types:
14+
- "minor"
1515
- "patch"
16-
- package-ecosystem: "github-actions"
17-
directory: "/"
16+
- package-ecosystem: "docker"
17+
directories:
18+
- "**/rootfs"
1819
schedule:
1920
interval: "weekly"
2021
labels:
2122
- "area/dependency"
2223
- "release-note-none"
2324
- "ok-to-test"
2425
groups:
25-
all:
26+
docker:
2627
update-types:
2728
- "minor"
2829
- "patch"
29-
- package-ecosystem: "docker"
30-
directory: "/images"
30+
- package-ecosystem: "gomod"
31+
directories:
32+
- "/"
33+
- "**/rootfs"
3134
schedule:
3235
interval: "weekly"
3336
labels:
3437
- "area/dependency"
3538
- "release-note-none"
3639
- "ok-to-test"
3740
groups:
38-
actions:
41+
go:
3942
update-types:
40-
- "minor"
4143
- "patch"

0 commit comments

Comments
 (0)