zed/renovate.json
Marshall Bowers 3ce864e69e
renovate: Group wasmtime updates (#15199)
This PR updates the Renovate config to group `wasmtime` crates together
(e.g., `wasmtime` and `wasmtime-wasi`).

Release Notes:

- N/A
2024-07-25 11:21:51 -04:00

25 lines
624 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.",
"matchPackagePatterns": ["wasmtime**"],
"groupName": "wasmtime"
}
]
}