Skip to content

Commit

Permalink
Merge pull request #1319 from buildpacks-community/dependadont
Browse files Browse the repository at this point in the history
Stop dependabot from updating k8s versions
  • Loading branch information
chenbh authored Sep 8, 2023
2 parents f2f38b4 + 651484b commit 6507b85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
ignore:
- dependency-name: "k8s.io/api"
- dependency-name: "k8s.io/apimachinery"
- dependency-name: "k8s.io/client-go"

# Dependencies listed in .github/workflows/*.yml
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit 6507b85

Please sign in to comment.