Skip to content

Commit

Permalink
ignore k8s major and minor dependencies as they always break build.
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Apr 19, 2023
1 parent 68f813e commit a33adde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -10,6 +10,11 @@ updates:
schedule:
interval: "daily"
time: "15:00"
ignore:
- dependency-name: "k8s.io/*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: "sigs.k8s.io/*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit a33adde

Please sign in to comment.