Skip to content

Commit 68ef37b

Browse files
committed
Renovate: Only update to a package if it's at least 7 days old, or the current one has a security vulnerability
1 parent 0945956 commit 68ef37b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

renovate.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,9 @@
3737
"*/**"
3838
]
3939
}
40-
]
41-
}
40+
],
41+
"stabilityDays": 7,
42+
"vulnerabilityAlerts": {
43+
"enabled": true
44+
}
45+
}

0 commit comments

Comments
 (0)