Skip to content

Commit d9044ea

Browse files
authored
chore(dependabot): group dependabot PRs (#279)
Signed-off-by: Morgan Epp <60796713+epmog@users.noreply.github.com>
1 parent 77dde74 commit d9044ea

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
@@ -12,10 +12,28 @@ updates:
1212
day: "monday"
1313
commit-message:
1414
prefix: "chore(deps):"
15+
# Combine all minor and patch bumps into a single PR. Major bumps do not
16+
# match this group and so each get their own individual PR.
17+
groups:
18+
pip-minor-patch:
19+
patterns:
20+
- "*"
21+
update-types:
22+
- "minor"
23+
- "patch"
1524
- package-ecosystem: "github-actions"
1625
directory: "/" # Location of package manifests
1726
schedule:
1827
interval: "weekly"
1928
day: "monday"
2029
commit-message:
21-
prefix: "chore(github):"
30+
prefix: "chore(github):"
31+
# Combine all minor and patch bumps into a single PR. Major bumps do not
32+
# match this group and so each get their own individual PR.
33+
groups:
34+
github-actions-minor-patch:
35+
patterns:
36+
- "*"
37+
update-types:
38+
- "minor"
39+
- "patch"

0 commit comments

Comments
 (0)