diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2026-05-20 13:53:19 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-20 13:53:19 +1000 |
| commit | 0bf54878a93b7c9908a123cb317cc33e671b8491 (patch) | |
| tree | d8bfaafef1e13938c033d7dc3f28c0a562006843 | |
| parent | 05b152cc5cb43d34e5f7f3512ba919ca41b5bf2a (diff) | |
Add grouping for GitHub Actions updates
| -rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c932a9d..15402a0c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly"
\ No newline at end of file + interval: "weekly" + groups: + github-actions: + patterns: + - "*" # Groups ALL github-actions updates into one PR |
