Skip to content

Commit

Permalink
group Go dependency updates weekly (#4444)
Browse files Browse the repository at this point in the history
Some dependencies are excluded because of known issues upgrading them in
the past.

Signed-off-by: Spencer Schrock <[email protected]>
  • Loading branch information
spencerschrock authored Dec 11, 2024
1 parent 213bae3 commit a1b8658
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@ updates:
- "/"
- "/tools"
schedule:
interval: daily
interval: weekly
rebase-strategy: disabled
commit-message:
prefix: ":seedling:"
open-pull-requests-limit: 3
groups:
gomod:
patterns:
- "*"
exclude-patterns:
- "github.com/rhysd/actionlint" # has had breaking changes in the past
- "github.com/google/osv-scanner" # influences Vulnerabilities check and may require go directive fixes
- "github.com/golangci/golangci-lint" # require linter fixes before merge
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit a1b8658

Please sign in to comment.