We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49eec86 commit 9340f8eCopy full SHA for 9340f8e
.github/dependabot.yml
@@ -5,11 +5,9 @@ updates:
5
schedule:
6
interval: "weekly"
7
ignore:
8
- # The version of client-go and api should approximately match target Kubernetes version, i.e. only update semver-patch version
+ # The version of client-go and other Kubernetes APIs should approximately match target Kubernetes version, i.e. only update semver-patch version
9
# Minor version updates then becomes a manual procedure. Security updates are not ignored by this
10
- - dependency-name: "k8s.io/client-go"
11
- versions: ["version-update:semver-minor"]
12
- - dependency-name: "k8s.io/api"
+ - dependency-name: "k8s.io/*"
13
versions: ["version-update:semver-minor"]
14
15
- package-ecosystem: "github-actions"
0 commit comments