From 341ed9de6856b5ddaebe3731a9fde0e3352e7e11 Mon Sep 17 00:00:00 2001 From: Gareth Jones <3151613+G-Rath@users.noreply.github.com> Date: Thu, 21 Aug 2025 16:27:58 +1200 Subject: [PATCH] ci: have renovate group GHA workflow updates into a single PR --- .github/renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 49b7c0b06..2fb92835e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,5 +5,11 @@ "automerge": true }, "rangeStrategy": "replace", - "postUpdateOptions": ["yarnDedupeHighest"] + "postUpdateOptions": ["yarnDedupeHighest"], + "packageRules": [ + { + "matchFileNames": [".github/**"], + "groupName": "workflows" + } + ] }