We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eeaba1 commit 12c70f9Copy full SHA for 12c70f9
2 files changed
.github/dependabot.yml
@@ -8,6 +8,20 @@ updates:
8
interval: "weekly"
9
day: "monday"
10
time: "09:00"
11
+ # wait 7 days for stability
12
+ cooldown:
13
+ default-days: 7
14
+
15
+ # grouping: bundle updates into one PR rather than one at a time
16
+ groups:
17
+ java-dependencies:
18
+ patterns:
19
+ - "*"
20
+ # Optional: exclude major versions so we can review these
21
+ # update-types:
22
+ # - "minor"
23
+ # - "patch"
24
25
open-pull-requests-limit: 5
26
labels:
27
- "dependencies"
renovate.json
@@ -9,7 +9,9 @@
{
"description": "Pin all GitHub Actions to SHA digests",
"matchManagers": ["github-actions"],
- "pinDigests": true
+ "pinDigests": true,
+ "minimumReleaseAge": "7 days",
+ "groupName": "Renovatebot GHA Updates"
}
]
0 commit comments