summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel McCarney <daniel@binaryparadox.net>2024-07-15 12:21:05 -0400
committerDaniel McCarney <daniel@binaryparadox.net>2024-07-15 16:46:32 +0000
commitdfc8ae597aec24bc159b116ee2d4272dc81e9407 (patch)
tree41520b4ee8c28ff3b1f49017be43c1c13fe2323c /.github
parent49c31cb91739c16cec52c49c99954764b1eba331 (diff)
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
Diffstat (limited to '.github')
-rw-r--r--.github/renovate.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/renovate.json b/.github/renovate.json
index b68e661b..7840b8a5 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -11,7 +11,6 @@
},
"prCreation": "not-pending",
"rangeStrategy": "update-lockfile",
- "stabilityDays": 3,
"github-actions": {
"fileMatch": [
"^ci\\/.*/[^/]+\\.ya?ml$"