From 0f3c91de873bd618994088b92495add14e9360b0 Mon Sep 17 00:00:00 2001 From: Andy Roth Date: Wed, 7 Feb 2024 13:34:57 -0800 Subject: [PATCH] chore(ci): extract Syft into its own PR due to pipeline failure with new version --- renovate.json5 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 94cd46c..a546a22 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -69,7 +69,12 @@ allowedVersions: "<1.6.0" }, { - excludePackageNames: [], + matchPackageNames: ["anchore/syft"], + groupName: "syft", + automerge: true + }, + { + excludePackageNames: ["anchore/syft"], groupName: "stable", automerge: true }