From 0913b6ddf5233a6309c1a050ca18691080bc49e4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 25 May 2025 02:40:22 +0200 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 2a15a88..164423c 100644 --- a/renovate.json +++ b/renovate.json @@ -14,15 +14,15 @@ "prCreation": "immediate", "cargo": { "commitMessageTopic": "Rust crate {{depName}}", - "fileMatch": [ - "(^|/)Cargo\\.toml$" + "managerFilePatterns": [ + "/(^|/)Cargo\\.toml$/" ], "versioning": "cargo", "enabled": true }, "nix": { - "fileMatch": [ - "(^|/)flake\\.nix$" + "managerFilePatterns": [ + "/(^|/)flake\\.nix$/" ], "commitMessageTopic": "nixpkgs", "commitMessageExtra": "to {{newValue}}",