From 546903cd68a54d7d094e38f45a1d8b1f4a475be4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 12:08:24 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 0bab953..4074adc 100644 --- a/renovate.json +++ b/renovate.json @@ -22,16 +22,17 @@ ], "groupName": "crossplane dependencies", "groupSlug": "crossplane-dependencies" - }, { "description": "Combine fluxcd updates in a single PR", "matchDatasources": [ "go" ], - "matchPackagePatterns": ["^github\\.com/fluxcd"], "groupName": "fluxcd dependencies", - "groupSlug": "fluxcd-dependencies" + "groupSlug": "fluxcd-dependencies", + "matchPackageNames": [ + "/^github\\.com/fluxcd/" + ] } ] }