chore(renovate): disable minimumRelease age for gh actions

This commit is contained in:
Nicolas Meienberger 2026-05-07 08:48:01 +02:00
parent 66cd9e185b
commit b13b6d606a
No known key found for this signature in database

View file

@ -3,8 +3,12 @@
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
"enabledManagers": ["bun", "github-actions"],
"minimumReleaseAge": "1 day",
"rangeStrategy": "bump",
"packageRules": [
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["digest", "pinDigest"],
"minimumReleaseAge": null
},
{
"matchManagers": ["bun"],
"matchUpdateTypes": ["minor", "patch"],