From 77b8f2fb86990e1845bfe52ae74f59d6f3e1c095 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 8 Nov 2024 10:33:28 +0100 Subject: [PATCH] Group all GitHub Actions updates into a single larger pull request (#6683) Lots of individual upgrades are being ignored so unify them. * https://github.com/axios/axios/pulls?q=is%3Aopen+is%3Apr+author%3Aapp%2Fdependabot+label%3Agithub_actions * https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups Co-authored-by: Jay --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..1009342 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,5 +2,9 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + groups: + github-actions: + patterns: + - "*" # Group all Actions updates into a single larger pull request schedule: interval: "weekly"