From 65754bb0c9a112b375986ef4bec92ed0dd87d0f5 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 1 Aug 2026 14:41:15 +0200 Subject: [PATCH] Dependabot: Group all GitHub Actions updates into one PR These pull requests should all be merged so visitors do not copy them and use deprecated Actions: * https://github.com/actions/starter-workflows/issues?q=state%3Aopen%20label%3Agithub_actions The pull requests above freeze at a single major version upgrade. The grouping proposed in this pull request unfreezes them so they continue to update and recommend the most current major version. Also, GitHub Actions very rarely conflict with each other, so on repos like this that rarely do updates, merging a single pull request brings all Actions up to date. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ee66df244f..7555a1fe35 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,5 +12,9 @@ updates: - package-ecosystem: "github-actions" directory: "/" + groups: + github-actions: + patterns: + - "*" # Group all Actions updates into a single larger pull request schedule: interval: "weekly"