Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ updates:
interval: "weekly"
day: "monday"
time: "09:00"
# wait 7 days for stability
cooldown:
default-days: 7

# grouping: bundle updates into one PR rather than one at a time
groups:
java-dependencies:
patterns:
- "*"
# Optional: exclude major versions so we can review these
# update-types:
# - "minor"
# - "patch"

open-pull-requests-limit: 5
labels:
- "dependencies"
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Loading