Skip to content

Commit 49eec86

Browse files
authored
Merge pull request #145 from tv2-oss/feature/fix-typo-in-dependabot-ignore
Fix typo in dependency names in dependabot config
2 parents e3bb36c + 759ef59 commit 49eec86

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)