mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 08:42:21 +03:00
f449e8d3d3
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://redirect.github.com/renovatebot/renovate/discussions). --- Release Notes: - N/A --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
25 lines
625 B
JSON
25 lines
625 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
":semanticCommitsDisabled",
|
|
":separateMultipleMajorReleases",
|
|
"helpers:pinGitHubActionDigests",
|
|
"group:serdeMonorepo"
|
|
],
|
|
"dependencyDashboard": true,
|
|
"timezone": "America/New_York",
|
|
"schedule": ["after 3pm on Wednesday"],
|
|
"major": {
|
|
"dependencyDashboardApproval": true
|
|
},
|
|
"prFooter": "Release Notes:\n\n- N/A",
|
|
"packageRules": [
|
|
{
|
|
"description": "Group wasmtime crates together.",
|
|
"groupName": "wasmtime",
|
|
"matchPackageNames": ["wasmtime{/,}**"]
|
|
}
|
|
]
|
|
}
|