From c0a54eb19e7e0fd7345c200e1d05fa5c62d44e9b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 25 May 2025 02:40:08 +0200 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index feb16d3..4c3bcb4 100644 --- a/renovate.json +++ b/renovate.json @@ -13,8 +13,8 @@ "config:best-practices" ], "nix": { - "fileMatch": [ - "(^|/)flake\\.nix$" + "managerFilePatterns": [ + "/(^|/)flake\\.nix$/" ], "commitMessageTopic": "nixpkgs", "commitMessageExtra": "to {{newValue}}",