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" } ] }