From 98ad76f69f108d40f5e35184d4a6f0e336c11de0 Mon Sep 17 00:00:00 2001 From: Krisztian Gacsal Date: Tue, 20 Feb 2024 13:15:18 +0100 Subject: [PATCH] ci: ignore deprecated trivy-db versions --- renovate.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/renovate.json b/renovate.json index a47580025..a23fbadfa 100644 --- a/renovate.json +++ b/renovate.json @@ -199,6 +199,18 @@ "description": [ "Group Azure Bicep dependency updates in single PR." ] + }, + { + "matchDatasources": [ + "go" + ], + "matchPackageNames": [ + "github.com/aquasecurity/trivy-db" + ], + "allowedVersions": "!/^v1/", + "description": [ + "Ignore versions starting with v1 for trivy-db as v1 is deprecated." + ] } ], "postUpdateOptions": [