Skip to content

Commit

Permalink
ci: remove stabilityDays from renovate config
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cpu committed Jul 15, 2024
1 parent 49c31cb commit dfc8ae5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
},
"prCreation": "not-pending",
"rangeStrategy": "update-lockfile",
"stabilityDays": 3,
"github-actions": {
"fileMatch": [
"^ci\\/.*/[^/]+\\.ya?ml$"
Expand Down

0 comments on commit dfc8ae5

Please sign in to comment.