ZIm/renovate.json
Marshall Bowers 444b7b8acb
renovate: Ignore Cargo.toml for workspace-hack (#27976)
This PR adds the `Cargo.toml` for the `workspace-hack` crate to the
ignore list for Renovate, as it is opening a number of PRs against it
that will interfere with it.

Release Notes:

- N/A
2025-04-02 23:24:46 +00:00

25 lines
695 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",
"ignorePaths": ["**/node_modules/**", "tooling/workspace-hack/**"],
"packageRules": [
{
"description": "Group wasmtime crates together.",
"groupName": "wasmtime",
"matchPackageNames": ["wasmtime{/,}**"]
}
]
}