From 4248beec515f31ed52b96d106055c929dcd2badc Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 1 Jun 2026 15:15:46 +0100 Subject: [PATCH] build(dependabot): group github-owned updates Signed-off-by: Frazer Smith --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5c9e80..fcafc1a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,5 +5,11 @@ updates: include: scope prefix: build directory: / + groups: + github-owned: + patterns: + - "actions/*" + - "github/*" + - "octokit/*" schedule: - interval: monthly \ No newline at end of file + interval: monthly