Add groups section to dependabot configuration (#1677)

* Add groups section to dependabot configuration

* Fix patterns syntax in dependabot.yml
This commit is contained in:
Ricki Hirner authored and GitHub committed 2025-08-27 15:56:34 +02:00
1 parent 8e67db7d54
commit 44666d2138
1 file changed
+4 -1
+4 -1
View File
@@ -8,4 +8,7 @@ updates:
schedule:
interval: "weekly"
commit-message:
prefix: "[CI] "
prefix: "[CI] "
groups:
ci-actions:
patterns: ["*"]