From 2a36195fa4120b5b171db722f99dcbd4d86dd32f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20R=C3=A4ss?= <61313342+luraess@users.noreply.github.com> Date: Tue, 2 Dec 2025 00:00:31 +0100 Subject: [PATCH] Group Github Actions into a single PR --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d60f0707..ca301e25 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,15 @@ version: 2 updates: - package-ecosystem: "github-actions" + groups: + # Group all GitHub Actions PRs into a single PR: + all-github-actions: + patterns: + - "*" directory: "/" # Location of package manifests schedule: interval: "monthly" + open-pull-requests-limit: 100 + labels: + - "dependencies" + - "github-actions"