From c7ec0e246b87bbed474c493198fac7c79af4e1a3 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Fri, 4 Nov 2022 15:19:48 +0100 Subject: [PATCH] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 8727086..7665f74 100644 --- a/renovate.json +++ b/renovate.json @@ -16,7 +16,7 @@ "packageRules": [ { "matchDatasources": ["docker"], - "matchPackageNames": ["quay.io/centos/centos", "centos/centos"], + "matchPackagePatterns": [ ".*centos.*" ], "versioning": "regex:^stream(?\\d+)$", "extractVersion": "^stream(?\\d+)$" }