From edd26dc18f729c4eeeadd7831dc46a036d0304d9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 24 Jun 2026 19:11:13 +0200 Subject: [PATCH] Migrate Renovate config (#11) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon. 🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid. ❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://git.jfreudenberger.de/JuliusFreudenberger/nix-config/pulls/11 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 028c013..5a8f8cb 100644 --- a/renovate.json +++ b/renovate.json @@ -15,8 +15,8 @@ { "customType": "regex", "datasourceTemplate": "docker", - "fileMatch": [ - ".+\\.nix$" + "managerFilePatterns": [ + "/.+\\.nix$/" ], "matchStrings": [ "\\s+image\\s+=\\s+\"(?.*?):(?.*?)(@(?sha256:[a-z0-9]{64}))?\""