chore(renovate): switch minimum release age to 3 days
This commit is contained in:
parent
f7324db5fc
commit
d3da24c916
1 changed files with 1 additions and 1 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
|
@ -2,7 +2,7 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
|
||||
"enabledManagers": ["bun", "github-actions"],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"minimumReleaseAge": "3 days",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["bun"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue