Skip to content

Commit 9340f8e

Browse files
committed
Depenabot should ignore all minor updates of k8s.io dependencies
1 parent 49eec86 commit 9340f8e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ updates:
55
schedule:
66
interval: "weekly"
77
ignore:
8-
# The version of client-go and api should approximately match target Kubernetes version, i.e. only update semver-patch version
8+
# The version of client-go and other Kubernetes APIs should approximately match target Kubernetes version, i.e. only update semver-patch version
99
# 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"
10+
- dependency-name: "k8s.io/*"
1311
versions: ["version-update:semver-minor"]
1412

1513
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)