Skip to content

Commit

Permalink
deps(go): fix dependency name for sigs.k8s.io (#2218)
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-lopez committed Jul 21, 2023
1 parent 0ec651b commit 5305a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ updates:
- dependency-name: "k8s.io/*"
# only allow patch updates
update-types: ["version-update:semver-major","version-update:semver-minor"]
- dependency-name: "sigs/k8s.io/*"
- dependency-name: "sigs.k8s.io/*"
# only allow patch updates
update-types: ["version-update:semver-major","version-update:semver-minor"]
groups:
Expand Down

0 comments on commit 5305a33

Please sign in to comment.