From 4a1a2f865d17f7823b26d32cc774e0285f51fee6 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Wed, 18 Oct 2023 09:29:35 -0500 Subject: [PATCH] Configure Dependabot to group GitHub action updates together --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index da242fcab..f6faee693 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,10 @@ version: 2 -# check for python package and github-actions updates weekly updates: - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + groups: + github-actions: + patterns: + - "*"