From 4b0d0f81445cce310bf706c0e07a25c08ae154fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 01:33:50 -0700 Subject: [PATCH] chore(config): migrate renovate config (#2838) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon. 🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid. ❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://togithub.com/renovatebot/renovate/discussions). --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/QuivrHQ/quivr). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 8430c80f5..9a65df062 100644 --- a/renovate.json +++ b/renovate.json @@ -21,7 +21,7 @@ "rangeStrategy": "widen" }, { - "matchPaths": [ + "matchFileNames": [ "backend/api/**" ], "matchManagers": [ @@ -34,7 +34,7 @@ "enabled": true }, "prConcurrentLimit": 5, - "stabilityDays": 3, + "minimumReleaseAge": "3 days", "prCreation": "not-pending", "dependencyDashboard": true -} \ No newline at end of file +}