Update renovate.json to add package rule for stability
All checks were successful
CI / cache-and-install (push) Successful in 2m4s

This commit is contained in:
严浩
2024-09-26 11:42:19 +08:00
parent 2f17fbfe0c
commit a2b61ece13

View File

@ -7,5 +7,11 @@
":disableMajorUpdates",
"customManagers:dockerfileVersions"
],
"forkProcessing": "enabled"
"forkProcessing": "enabled",
"packageRules": [
{
"matchPackagePatterns": ["*"],
"stabilityDays": 7
}
]
}