From 31c2e02eeb51fa091fbc6f921c022477df77f846 Mon Sep 17 00:00:00 2001 From: "Dylan T." Date: Tue, 3 Dec 2024 14:59:12 +0000 Subject: [PATCH] dependabot: don't send multiple PRs for github actions updates --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7a968a8d..14ed5ea3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,6 @@ updates: directory: "/" schedule: interval: monthly + groups: + github-actions: + patterns: ["*"]