chore(renovate): disable minimumRelease age for gh actions
This commit is contained in:
parent
66cd9e185b
commit
b13b6d606a
1 changed files with 5 additions and 1 deletions
6
.github/renovate.json
vendored
6
.github/renovate.json
vendored
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue