feat(CI/dependabot): Group Dependabot PRs

To reduce maintainer workload, I've made this PR for Dependabot to
automatically group related PRs together into one PR.

We could also enable a workflow to automatically merge Dependabot PRs,
on the condition that the code continues to compile and produce a
unified RSS XML feed.

Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
Dom Rodriguez 2023-12-25 20:18:22 +00:00
parent f7a2c2417e
commit b7cfae13e1
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43

View File

@ -4,8 +4,16 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
gh-actions-deps:
patterns:
- "*"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
groups:
python-deps:
patterns:
- "*"