From 11ec01cd86242bd60fe80151e3e36ca8aeddc150 Mon Sep 17 00:00:00 2001 From: Terje Larsen Date: Sat, 4 Apr 2026 18:11:06 +0200 Subject: [PATCH] ci: fix renovate config --- .github/renovate.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 215e3c9..a29fa55 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,12 +1,13 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "regexManagers": [ + "customManagers": [ { - "fileMatch": ["\\.nix$"], + "customType": "regex", + "managerFilePatterns": ["\\.nix$"], "matchStrings": [ "\"(?[\\w-]+/[\\w-]+)@(?[\\w.]+)\"" ], - "datasourceTemplate": "github-runners" + "datasourceTemplate": "github-tags" } ] }