Skip to content

Commit

Permalink
stop dependabot from updating k8s versions
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Chen <bohanc@vmware.com>
  • Loading branch information
chenbh authored Sep 8, 2023
1 parent f2f38b4 commit 651484b
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 651484b

Please # to comment.