diff --git a/renovate.json5 b/renovate.json5 index d1b7594ff9..5539871f0e 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -74,6 +74,20 @@ "groupSlug": "all-non-major-gte-1.0", "automerge": true, }, + // We're currently constrained in our ability to update the `tracing` + // packages to the latest versions because of our usage. This should put + // those pacakges into their own group and away from other dep updates. + { + "matchManagers": [ + "cargo" + ], + "matchPackagePatterns": [ + "^tracing" + ], + "groupName": "cargo tracing packages", + "groupSlug": "cargo-tracing-packages", + "dependencyDashboardApproval": true + }, { "matchPaths": [ "docs/package.json"