From 8cc21508f74811985eccdc53d259743dd43f6200 Mon Sep 17 00:00:00 2001 From: Jens Troeger Date: Tue, 28 Apr 2026 15:31:37 +1000 Subject: [PATCH 1/2] chore(deps-dev): group Dependabot updates for pre-commit into a single PR Refs: 81716a859417319a7c4fe217f4fc9ca6f41f5814 --- .github/dependabot.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 7842a55e..26168cff 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -45,6 +45,11 @@ updates: include: scope open-pull-requests-limit: 13 target-branch: main + # Group updates into one pull request. See also: + # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups-- + groups: + pre-commit: + patterns: '*' # Add additional reviewers for PRs opened by Dependabot. For more information, see: # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#reviewers # reviewers: From 63be69bf1352a2784c3ef1415fe49065283eadaf Mon Sep 17 00:00:00 2001 From: Jens Troeger Date: Wed, 29 Apr 2026 10:37:21 +1000 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20we=20don=E2=80=99t=20need=20to=20l?= =?UTF-8?q?imit=20the=20number=20of=20opened=20PRs=20if=20we=20group=20all?= =?UTF-8?q?=20into=20one,=20methinks=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 26168cff..d2c132a8 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -43,7 +43,6 @@ updates: prefix: chore prefix-development: chore include: scope - open-pull-requests-limit: 13 target-branch: main # Group updates into one pull request. See also: # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--