Skip to content

Commit

Permalink
Group all dependabot updates together in the same commit to avoid mer…
Browse files Browse the repository at this point in the history
…ge conflicts.

Also change the interval from daily to weekly so there's only one update commit per triage rotation.

See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#configuration-options-for-the-dependabotyml-file for documentation on the configuration options.

RELNOTES=n/a
PiperOrigin-RevId: 640191662
  • Loading branch information
chaoren authored and Jimfs Team committed Jun 4, 2024
1 parent 905c592 commit 4241ee2
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@ updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
groups:
dependencies:
applies-to: version-updates
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
groups:
github-actions:
applies-to: version-updates
patterns:
- "*"

0 comments on commit 4241ee2

Please sign in to comment.