mirror of
https://github.com/tanrax/RSSingle.git
synced 2024-11-10 03:55:42 +01:00
b7cfae13e1
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>
20 lines
346 B
YAML
20 lines
346 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
gh-actions-deps:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
python-deps:
|
|
patterns:
|
|
- "*"
|