Skip to content

Commit 759ef59

Browse files
committed
Fix typo in dependency names in dependabot config
1 parent 1f3d366 commit 759ef59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ updates:
77
ignore:
88
# The version of client-go and api 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"
10+
- dependency-name: "k8s.io/client-go"
1111
versions: ["version-update:semver-minor"]
12-
- dependency-name: "k8s-io/api"
12+
- dependency-name: "k8s.io/api"
1313
versions: ["version-update:semver-minor"]
1414

1515
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)