From: sd416 <65273389+sd416@users.noreply.github.com> Date: Wed, 28 Jan 2026 05:23:21 +0000 (+0530) Subject: github: add group configuration for dependabot actions update (#40490) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c69c5dd58abae56fd47240a06b60c4c9050154a2;p=thirdparty%2Fsystemd.git github: add group configuration for dependabot actions update (#40490) Add group configuration for dependabot github actions update. This will ensure that depandabot only creates 1 PR for updating all the new github actions rather than 1 PR / action update. --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3e067c176fd..767084164ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,10 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + actions: + patterns: + - "*" open-pull-requests-limit: 2 - package-ecosystem: "pip" directory: "/.github/workflows"