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
This commit is contained in:
Marshall Bowers 2025-04-02 19:24:46 -04:00 committed by GitHub
parent 8a6ed4a2ca
commit 444b7b8acb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@
"dependencyDashboardApproval": true
},
"prFooter": "Release Notes:\n\n- N/A",
"ignorePaths": ["**/node_modules/**", "tooling/workspace-hack/**"],
"packageRules": [
{
"description": "Group wasmtime crates together.",