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.
1 parent e97a62b commit 515d26bCopy full SHA for 515d26b
.github/dependabot.yml
@@ -9,6 +9,14 @@ updates:
9
- package-ecosystem: gomod
10
directory: "/"
11
schedule:
12
- interval: monthly
+ interval: daily
13
time: "07:00"
14
open-pull-requests-limit: 10
15
+ groups:
16
+ all-go-mod-patch-and-minor:
17
+ patterns: ["*"]
18
+ update-types: ["patch", "minor"]
19
+ ignore:
20
+ # Ignore k8s and its transitives modules as they are upgraded manually
21
+ - dependency-name: "k8s.io/*"
22
+ update-types: ["version-update:semver-major", "version-update:semver-minor"]
0 commit comments