Skip to content

Commit e13ae72

Browse files
authored
Set minimumReleaseAge to 7 days to avoid merge renovate PR quickly (#854)
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 parent: line/line-bot-sdk-nodejs#1387
1 parent 98edf8f commit e13ae72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)