diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 43664e30d9bd6..42e836ad3a8c5 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -46,6 +46,12 @@ matchPackagePatterns: ["monaco"], description: "Weekly update of the Monaco editor", }, + { + groupName: "strum", + matchManagers: ["cargo"], + matchPackagePatterns: ["strum"], + description: "Weekly update of strum dependencies", + }, ], vulnerabilityAlerts: { commitMessageSuffix: "",