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 Google Java Core Libraries committed Jun 4, 2024
1 parent 62c7fbb commit f94db26
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,27 @@ updates:
# - package-ecosystem: "maven"
# directory: "/"
# schedule:
# interval: "daily"
# interval: "weekly"
# groups:
# dependencies:
# applies-to: version-updates
# patterns:
# - "*"
# - package-ecosystem: "maven"
# directory: "/android"
# 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 f94db26

Please sign in to comment.