Skip to content

Commit 82db435

Browse files
authored
chore(dependabot): group dependabot PRs (#273)
Signed-off-by: Morgan Epp <60796713+epmog@users.noreply.github.com>
1 parent 1b4444a commit 82db435

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,25 @@ updates:
1111
interval: "daily"
1212
commit-message:
1313
prefix: "chore(deps):"
14+
# Combine all minor and patch bumps into a single PR. Major bumps do not
15+
# match this group and so each get their own individual PR.
16+
groups:
17+
pip-minor-patch:
18+
patterns:
19+
- "*"
20+
update-types:
21+
- "minor"
22+
- "patch"
1423
- package-ecosystem: "github-actions"
1524
directory: "/" # Location of package manifests
1625
schedule:
17-
interval: "daily"
26+
interval: "daily"
27+
# Combine all minor and patch bumps into a single PR. Major bumps do not
28+
# match this group and so each get their own individual PR.
29+
groups:
30+
github-actions-minor-patch:
31+
patterns:
32+
- "*"
33+
update-types:
34+
- "minor"
35+
- "patch"

0 commit comments

Comments
 (0)