From 444b7b8acb229dfb245c946a0ed167ca5ab7ccfa Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Wed, 2 Apr 2025 19:24:46 -0400 Subject: [PATCH] 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 --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 39607c6b43..cdf44f683b 100644 --- a/renovate.json +++ b/renovate.json @@ -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.",