Skip to content

Commit 253d265

Browse files
authored
Set minimumReleaseAge to 7 days to avoid merge renovate PR quickly (#1387)
It doesn't make any sense if all users delay applying the version upgrade like this, but delaying it compared to others can at least somewhat help in determining the success of the upgrade and identifying dangerous/hacked libraries. Since we don't publish release very frequently, this should be sufficient. https://docs.renovatebot.com/configuration-options/#minimumreleaseage
1 parent 90fbdc3 commit 253d265

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
labels: [
1414
"dependency upgrade"
1515
],
16+
minimumReleaseAge : "7 days",
1617
packageRules: [
1718
{
1819
labels: [

0 commit comments

Comments
 (0)