We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e595937 + 4a4e4ad commit a77230aCopy full SHA for a77230a
1 file changed
.github/dependabot.yml
@@ -0,0 +1,21 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: gomod
4
+ directory: "/"
5
+ schedule:
6
+ interval: weekly
7
+ open-pull-requests-limit: 10
8
+ 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
+ interval: monthly
20
+ time: "07:00"
21
0 commit comments