mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-28 09:54:33 +00:00
renovate: Separate major versions into multiple PRs (#15146)
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
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:
parent
d852a32ef1
commit
88f68101d4
1 changed files with 6 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue