Skip to content

Commit 95cbdff

Browse files
chaorenGoogle Java Core Libraries
authored andcommitted
Group all dependabot updates together in the same commit to avoid merge 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
1 parent b4aba29 commit 95cbdff

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@ updates:
33
- package-ecosystem: "maven"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
7+
groups:
8+
dependencies:
9+
applies-to: version-updates
10+
patterns:
11+
- "*"
712
- package-ecosystem: "github-actions"
813
directory: "/"
914
schedule:
10-
interval: "daily"
15+
interval: "weekly"
16+
groups:
17+
github-actions:
18+
applies-to: version-updates
19+
patterns:
20+
- "*"

0 commit comments

Comments
 (0)