Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
feat: apply release delay to all updates
Extend the 5-day minimum release age and weekly schedule to all
managers (not just GitHub Actions), and drop the now-redundant
cert-manager rule since its 2-day delay is shorter than the new
global default.
  • Loading branch information
lukasmetzner committed May 13, 2026
commit 3b69f26718db7ca38988310daac70a0dced6fb50
11 changes: 2 additions & 9 deletions renovate/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@
],
"packageRules": [
{
"description": ["delay GitHub Actions updates and only update weekly"],
"matchManagers": ["github-actions"],
"description": ["delay updates and only update weekly"],
"minimumReleaseAge": "5 days",
"minimumReleaseAgeBehavior": "timestamp-optional",
"schedule": ["on monday"]
},
{
"description": ["do not delay updates for our own GitHub Actions"],
"matchManagers": ["github-actions"],
"description": ["do not delay updates for our own packages"],
"matchSourceUrls": [
"https://github.com/hetznercloud/**",
"https://github.com/hetzner/**"
Expand All @@ -42,11 +40,6 @@
"description": ["automerge patch version"],
"updateTypes": ["patch"],
"automerge": true
},
{
"description": ["cert-manager releases are spread over a long time"],
"matchDepNames": ["cert-manager", "github.com/cert-manager/cert-manager"],
"minimumReleaseAge": "2 days"
}
],
"customManagers": [
Expand Down
Loading