From 8edaf4c437b2708f2899694e77f8f6a0fe98fea1 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Tue, 23 Apr 2024 09:53:43 +0100 Subject: [PATCH] Group updates to actions from actions org Group `actions/*` updates. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8beb8c795..06e890a65 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,10 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + groups: + actions: + patterns: + - actions/* schedule: interval: daily time: "06:30"