Skip to content

Commit

Permalink
chore(config): migrate renovate config (#2838)
Browse files Browse the repository at this point in the history
[![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>
  • Loading branch information
renovate[bot] committed Jul 11, 2024
1 parent be84ecf commit 4b0d0f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"rangeStrategy": "widen"
},
{
"matchPaths": [
"matchFileNames": [
"backend/api/**"
],
"matchManagers": [
Expand All @@ -34,7 +34,7 @@
"enabled": true
},
"prConcurrentLimit": 5,
"stabilityDays": 3,
"minimumReleaseAge": "3 days",
"prCreation": "not-pending",
"dependencyDashboard": true
}
}

0 comments on commit 4b0d0f8

Please sign in to comment.