We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3bb36c + 759ef59 commit 49eec86Copy full SHA for 49eec86
.github/dependabot.yml
@@ -7,9 +7,9 @@ updates:
7
ignore:
8
# The version of client-go and api 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"
+ - dependency-name: "k8s.io/client-go"
11
versions: ["version-update:semver-minor"]
12
- - dependency-name: "k8s-io/api"
+ - dependency-name: "k8s.io/api"
13
14
15
- package-ecosystem: "github-actions"
0 commit comments