Skip to content

Commit

Permalink
make dependabot avoid updating golang in Dockerfile
Browse files Browse the repository at this point in the history
- Originates out of the comment kubernetes-sigs#3838 (comment)
  • Loading branch information
nawazkh committed Aug 15, 2023
1 parent 453b7a5 commit 5693d17
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 @@ -92,6 +92,10 @@ updates:
commit-message:
prefix: "dependabot"
include: scope
ignore:
- dependency-name: '*golang*'
update-types:
- version-update:semver-major
labels:
- "ok-to-test"
- "kind/cleanup"
Expand Down

0 comments on commit 5693d17

Please sign in to comment.