diff --git a/renovate.json b/renovate.json index f2665a9..96e8cad 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,17 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "nix": { "enabled": true - } + }, + "customManagers": [ + { + "customType": "regex", + "datasourceTemplate": "docker", + "fileMatch": [ + ".+\\.nix$" + ], + "matchStrings": [ + "\\s+image\\s+=\\s+\"(?.*?):(?.*?)\"" + ] + } + ] }