We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 510bcee + 157081f commit 8224053Copy full SHA for 8224053
.github/dependabot.yml
@@ -7,9 +7,22 @@ updates:
7
interval: "monthly"
8
labels:
9
- "area/dependencies"
10
+ groups:
11
+ gomod-version:
12
+ patterns: ["*"]
13
- package-ecosystem: "docker"
14
directory: "/"
15
schedule:
16
17
18
19
20
+ docker-version:
21
22
+ - package-ecosystem: "github-actions"
23
+ directory: "/"
24
+ schedule:
25
+ interval: "monthly"
26
27
+ actions-version:
28
0 commit comments