renovate: Separate major versions into multiple PRs (#15146)

This PR updates the Renovate config to split major versions changes into
multiple PRs.

This way we only have to deal with one set of breaking changes at a time
instead of jumping across multiple major versions.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-07-24 23:48:53 -04:00 committed by GitHub
parent d852a32ef1
commit 88f68101d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":semanticCommitsDisabled", "group:serdeMonorepo"],
"extends": [
"config:recommended",
":semanticCommitsDisabled",
":separateMultipleMajorReleases",
"group:serdeMonorepo"
],
"dependencyDashboard": true,
"timezone": "America/New_York",
"schedule": ["after 3pm on Wednesday"],