Skip to content

Commit

Permalink
chore(config): migrate renovate config (#963)
Browse files Browse the repository at this point in the history
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 [Renovate
Bot](https://togithub.com/renovatebot/renovate).

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
simonknittel and renovate-bot authored Jul 30, 2024
1 parent 66d6865 commit 3238904
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
{
"groupName": "Patch Tuesday",
"groupSlug": "patch-tuesday",
"matchPackagePatterns": ["*"],
"excludePackageNames": [
"@biomejs/biome",
"postgres"
],
"matchUpdateTypes": [
"minor",
"patch",
Expand All @@ -30,6 +25,11 @@
"branchConcurrentLimit": 5,
"schedule": [
"before 7am on Tuesday"
],
"matchPackageNames": [
"*",
"!@biomejs/biome",
"!postgres"
]
}
],
Expand Down

0 comments on commit 3238904

Please sign in to comment.