From 375bc46f067fdad085921d14b3693aa6810b9bf3 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Mon, 22 Apr 2024 14:54:47 +0100 Subject: [PATCH] Group Dependabot updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e5903e0..4dc1930 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,5 +2,9 @@ version: 2 updates: - package-ecosystem: github-actions directory: "/" + groups: + "GitHub Actions": + patterns: + - "*" schedule: interval: weekly