Skip to content

Commit

Permalink
Avoid unnecessarily auto-creating PRs for k8s dependencies (#1715)
Browse files Browse the repository at this point in the history
Avoids unnecessarily auto-creating PRs for k8s dependencies, as these
will be closed since k8s dependencies need to be updated all at once
starting with kanister and go through additional validation.

Co-authored-by: Julio Lopez <1953782+julio-lopez@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and julio-lopez committed Nov 9, 2022
1 parent 13d446a commit 5174a38
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ updates:
open-pull-requests-limit: 2
schedule:
interval: daily
commit-message:
prefix: "deps(go):"
ignore:
# Avoids unnecessarily auto-creating PRs for k8s dependencies, as these
# will be closed since k8s dependencies need to be updated all at once
# starting with kanister and go through additional validation.
- dependency-name: "k8s.io/*"
- dependency-name: "sigs.k8s.io/*"

0 comments on commit 5174a38

Please sign in to comment.