Skip to content

Commit

Permalink
Fix the dependabot config
Browse files Browse the repository at this point in the history
A quote was missing in config due to which
dependabot.yml is invalid.
  • Loading branch information
khrm authored and tekton-robot committed Mar 9, 2023
1 parent 12f6fbe commit 5482741
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 @@ -11,7 +11,7 @@ updates:
- "kind/misc"
ignore:
- dependency-name: "k8s.io/*"
update-types: ["version-update:semver-major", "version-update:semver-minor]
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- package-ecosystem: "gomod"
directory: "/tools"
schedule:
Expand Down

0 comments on commit 5482741

Please sign in to comment.