diff --git a/.github/renovate.json5 b/.github/renovate.json5 index dd4e85c..bc09929 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -37,6 +37,16 @@ ignorePaths: [ "Containerfile" // manually manage IMAGE_MAJOR_VERSION ], + regexManagers: [ + { + "fileMatch": [ + "config/scripts/wezterm.sh" + ], + "matchStrings": [ + '# renovate: depName=(?.*) datasource=(?.*)\\n.*?[vV][eE][rR][sS][iI][oO][nN]=\\"(?.+)\\"' + ], + }, + ], packageRules: [ { matchFiles: [ @@ -52,13 +62,5 @@ "matchManagers": ["github-actions"], "enabled": false }, - { - "fileMatch": [ - "config/scripts/wezterm.sh" - ], - "matchStrings": [ - '# renovate: depName=(?.*) datasource=(?.*)\\n.*?[vV][eE][rR][sS][iI][oO][nN]=\\"(?.+)\\"' - ], - }, ] }