Skip to content

Commit dfc8ae5

Browse files
committed
ci: remove stabilityDays from renovate config
Removes `stabilityDays` (since renamed to `minimumReleaseAge`[0]) This was holding PRs back for 3 days after the dep update was released. We want these PRs basically ASAP and can tolerate subsequent point releases if there are post-release issues that cause the upstream to cut follow-ups. [0]: https://docs.renovatebot.com/configuration-options/#minimumreleaseage
1 parent 49c31cb commit dfc8ae5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/renovate.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
},
1212
"prCreation": "not-pending",
1313
"rangeStrategy": "update-lockfile",
14-
"stabilityDays": 3,
1514
"github-actions": {
1615
"fileMatch": [
1716
"^ci\\/.*/[^/]+\\.ya?ml$"

0 commit comments

Comments
 (0)