mirror of
https://github.com/tanrax/RSSingle.git
synced 2024-11-22 11:45: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: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
groups:
|
||||||
|
gh-actions-deps:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|
||||||
- package-ecosystem: "pip"
|
- package-ecosystem: "pip"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
groups:
|
||||||
|
python-deps:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
Loading…
Reference in New Issue
Block a user