Skip to content

Commit 12c70f9

Browse files
Renovate (#212)
* add renovate * updates
1 parent 6eeaba1 commit 12c70f9

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ updates:
88
interval: "weekly"
99
day: "monday"
1010
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+
1125
open-pull-requests-limit: 5
1226
labels:
1327
- "dependencies"

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
{
1010
"description": "Pin all GitHub Actions to SHA digests",
1111
"matchManagers": ["github-actions"],
12-
"pinDigests": true
12+
"pinDigests": true,
13+
"minimumReleaseAge": "7 days",
14+
"groupName": "Renovatebot GHA Updates"
1315
}
1416
]
1517
}

0 commit comments

Comments
 (0)