From e94d249008452b685bfb222813c29fca6b78e0ad Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Sat, 16 Mar 2024 03:21:12 +0530 Subject: [PATCH] chore(ci): Update Renovate configurations for automatic grouping of dependency updates Configure Renovate to automatically group dependency updates for com.bertramlabs.asset-pipeline-gradle and com.bertramlabs.asset-pipeline-grails. --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 498b296e..67edeef9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,7 +16,7 @@ }, { "matchPackagePatterns": [ - "^com\\.bertramlabs\\.plugins:asset-pipeline" + "^com\\.bertramlabs\\.plugins:asset-pipeline.*" ], "groupName": "asset-pipeline" }