From e5b9cda1d03d58edfdf5b4564751e8e96f13ab1b Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 7 May 2026 09:14:02 +0100 Subject: [PATCH 1/2] build(dependabot): group github-owned updates --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac7cde7..c295c1d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,12 @@ updates: include: scope prefix: ci directory: / + groups: + github-owned: + patterns: + - "actions/*" + - "github/*" + - "octokit/*" open-pull-requests-limit: 20 schedule: interval: monthly @@ -14,7 +20,8 @@ updates: include: scope prefix: build cooldown: - include: ["*"] + include: + - "*" semver-major-days: 60 semver-minor-days: 21 semver-patch-days: 7 From 8d7e4d4de166a85b77dfda2503af917458a5ce43 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 7 May 2026 09:32:30 +0100 Subject: [PATCH 2/2] style(dependabot): fix indentation --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c295c1d..ce2eb79 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,7 +21,7 @@ updates: prefix: build cooldown: include: - - "*" + - "*" semver-major-days: 60 semver-minor-days: 21 semver-patch-days: 7