diff --git a/renovate.json b/renovate.json index 632ef01fc..a64bfc982 100644 --- a/renovate.json +++ b/renovate.json @@ -35,6 +35,17 @@ ] } ], + "packageRules": [ + { + "matchDatasources": [ + "docker" + ], + "matchPackageNames": [ + "nginx" + ], + "versioning": "regex:^(?[0-9]+)\\.(?[0-9]*[02468])(?\\d*)$" + } + ], "postUpdateOptions": [ "gomodTidy", "gomodUpdateImportPaths"