Skip to content

Commit 19b376d

Browse files
committed
Group dependabot updates
Closes #116
1 parent 8e50541 commit 19b376d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1+
# This configures updates via dependabot only for github actions.
2+
# All updates are grouped into a single PR.
3+
14
version: 2
25
updates:
36
- package-ecosystem: github-actions
47
directory: "/"
58
schedule:
69
interval: monthly
10+
groups:
11+
github-actions:
12+
patterns:
13+
- "*"
14+
15+
# Ref: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

0 commit comments

Comments
 (0)