From 4126e952ffdfc4a5a6e308ae30b5465aefeeb7c0 Mon Sep 17 00:00:00 2001 From: vil02 <65706193+vil02@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:04:26 +0100 Subject: [PATCH] chore: group all actions updates into single PR --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2252df3..d50ac0a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,4 +5,8 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + actions: + patterns: + - "*" ...