summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorDante Niewenhuis <d.niewenhuis@hotmail.com>2026-05-20 13:53:19 +1000
committerGitHub <noreply@github.com>2026-05-20 13:53:19 +1000
commit0bf54878a93b7c9908a123cb317cc33e671b8491 (patch)
treed8bfaafef1e13938c033d7dc3f28c0a562006843 /.github/dependabot.yml
parent05b152cc5cb43d34e5f7f3512ba919ca41b5bf2a (diff)
Add grouping for GitHub Actions updates
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml6
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