Skip to content

Commit ceaa1ea

Browse files
authored
Set minimumReleaseAge to 7 days to avoid merge renovate PR quickly (#739)
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 09acf64 commit ceaa1ea

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
@@ -16,6 +16,7 @@
1616
labels: [
1717
'dependency upgrade',
1818
],
19+
minimumReleaseAge : "7 days",
1920
packageRules: [
2021
{
2122
labels: [

0 commit comments

Comments
 (0)