Skip to content
Merged
Changes from 2 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
21 changes: 20 additions & 1 deletion renovate/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,28 @@
"config:recommended",
":semanticCommits",
":enablePreCommit",
":enableVulnerabilityAlerts"
":enableVulnerabilityAlerts",
"helpers:pinGitHubActionDigests"
],
"packageRules": [
{
"description": ["delay GitHub Actions updates and only update weekly"],
"matchManagers": ["github-actions"],
"minimumReleaseAge": "5 days",
"minimumReleaseAgeBehavior": "timestamp-optional",
"schedule": ["on monday"]
},
Comment thread
jooola marked this conversation as resolved.
Outdated
{
"description": ["do not delay updates for our own GitHub Actions"],
"matchManagers": ["github-actions"],
"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 Down
Loading