From 158c67fb767b051e3ba1b0d1b93acbafc8d61345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= Date: Tue, 21 Jan 2025 11:56:08 +0100 Subject: [PATCH] renovate: use depNames over packageNames MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- renovate.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 249b730e6..cc244a6d4 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -176,8 +176,8 @@ "prPriority": 15, }, { - "matchPackagePrefixes": ["ghcr.io/edgelesssys/"], - "excludePackageNames": ["ghcr.io/edgelesssys/cloud-provider-gcp"], + "matchDepPrefixes": ["ghcr.io/edgelesssys/"], + "excludeDepNames": ["ghcr.io/edgelesssys/cloud-provider-gcp"], "versioning": "semver", // Allow packages of ghcr.io/edgelesssys to update to unstable prereleases. // This is necessary because renovate will not update minor versions of @@ -212,7 +212,7 @@ "pinDigests": false, }, { - "matchDepPatterns": ["_(darwin|linux)_(arm64|amd64)$"], + "matchDepNamePatterns": ["_(darwin|linux)_(arm64|amd64)$"], "additionalBranchPrefix": "{{packageName}}-", "groupName": "{{packageName}}", },