Skip to content
Open
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
24 changes: 18 additions & 6 deletions renovate/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,26 @@
"config:recommended",
":semanticCommits",
":enablePreCommit",
":enableVulnerabilityAlerts"
":enableVulnerabilityAlerts",
"helpers:pinGitHubActionDigests"
],
"packageRules": [
{
"description": ["delay updates and only update weekly"],
"minimumReleaseAge": "5 days",
"minimumReleaseAgeBehavior": "timestamp-optional",
"schedule": ["on monday"]
},
{
"description": ["do not delay updates for our own packages"],
"matchSourceUrls": [
"https://github.com/hetznercloud/**",
"https://github.com/hetzner/**"
],
"minimumReleaseAge": "0 seconds",
"minimumReleaseAgeBehavior": "timestamp-optional",
"schedule": ["at any time"]
},
{
"description": ["automerge pre-commit hooks minor and patch version"],
"matchManagers": ["pre-commit"],
Expand All @@ -23,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