We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 059bfb2 + d766a78 commit f3b47d9Copy full SHA for f3b47d9
.github/dependabot.yml
@@ -4,11 +4,26 @@ updates:
4
directory: "/"
5
schedule:
6
interval: monthly
7
- time: "07:00"
8
open-pull-requests-limit: 10
+ groups:
9
+ all-go-mod-patch-and-minor:
10
+ patterns: ["*"]
11
+ update-types: ["patch", "minor"]
12
+ ignore:
13
+ # Ignore k8s and its transitives modules as they are upgraded manually
14
+ - dependency-name: "k8s.io/*"
15
+ update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
16
- package-ecosystem: docker
17
18
19
20
time: "07:00"
21
22
+- package-ecosystem: "github-actions"
23
+ directory: "/"
24
+ schedule:
25
+ interval: "monthly"
26
27
+ github-actions:
28
+ patterns:
29
+ - "*"
0 commit comments