We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e46f1d commit 7b3ccc5Copy full SHA for 7b3ccc5
1 file changed
.github/dependabot.yml
@@ -1,5 +1,5 @@
1
-# Please see the documentation for all configuration options:
2
-# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+# This configures updates via dependabot only for github actions.
+# All updates are grouped into a single PR.
3
4
version: 2
5
updates:
@@ -9,3 +9,9 @@ updates:
9
interval: monthly
10
assignees:
11
- "dalito"
12
+ groups:
13
+ github-actions:
14
+ patterns:
15
+ - "*"
16
+
17
+# Ref: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
0 commit comments