From 09f292f6b0e11af82aa4fa92ed9236b478e7f01e Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Wed, 20 Sep 2023 13:36:22 -0600 Subject: [PATCH 1/3] chore: group container deps --- .github/renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 46e9a58d1..fc111e811 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -25,6 +25,13 @@ "^ossf/scorecard-action" ], "groupName": "dependencies for github" + }, + { + "matchPackagePatterns": [ + "^debian:buster", + "^debian:bullseye" + ], + "groupName: "container images", } ] } From a1abb80b513f824a48adf0d280fd580c94702394 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Wed, 20 Sep 2023 13:36:59 -0600 Subject: [PATCH 2/3] Update renovate.json --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index fc111e811..bc157b43c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -31,7 +31,7 @@ "^debian:buster", "^debian:bullseye" ], - "groupName: "container images", + "groupName: "container images" } ] } From 807b6d641a661d4f2a5d19f23bc03b3475621621 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Wed, 20 Sep 2023 13:37:19 -0600 Subject: [PATCH 3/3] Update renovate.json --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index bc157b43c..2a80532af 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -31,7 +31,7 @@ "^debian:buster", "^debian:bullseye" ], - "groupName: "container images" + "groupName": "container images" } ] }