From 303fdd7475b43710c640891d36dc425631d2bd28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 07:04:17 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index f74968c0ae..fc1557958b 100644 --- a/renovate.json +++ b/renovate.json @@ -7,7 +7,6 @@ ":automergeAll", "schedule:nonOfficeHours" ], - "transitiveRemediation": true, "postUpdateOptions": [ "gomodTidy", "gomodUpdateImportPaths" @@ -46,8 +45,8 @@ { "description": "Group Ginkgo CLI and library updates together", "groupName": "ginkgo updates", - "matchPackagePatterns": [ - "onsi/ginkgo" + "matchPackageNames": [ + "/onsi/ginkgo/" ] } ],