mirror of
https://github.com/tanrax/RSSingle.git
synced 2024-11-14 17:15:42 +01:00
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:
parent
f7a2c2417e
commit
b7cfae13e1
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@ -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:
|
||||
- "*"
|
||||
|
Loading…
Reference in New Issue
Block a user