diff --git a/.github/renovate.json5 b/.github/renovate.json5 index bb071b1c6..1364bb1a2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -16,7 +16,7 @@ cargo: { // See https://docs.renovatebot.com/configuration-options/#rangestrategy rangeStrategy: "update-lockfile", - fileMatch: ["^crates/.*Cargo\\.toml$"], + managerFilePatterns: ["/^crates/.*Cargo\\.toml$/"], }, "pre-commit": { enabled: true,