Skip to content

Commit b5b85e1

Browse files
authored
chore(ci): group dependabot updates for GitHub Actions (#158)
This will help limit the number of update individual PRs that need to be improved one by one
1 parent bf9ae3f commit b5b85e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,11 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
commit-message:
8+
prefix: "chore(deps)"
9+
open-pull-requests-limit: 1
10+
groups:
11+
github-actions-weekly:
12+
applies-to: "version-updates"
13+
patterns: ["*"]
14+
update-types: ["minor", "patch"]

0 commit comments

Comments
 (0)