mirror of
https://github.com/tanrax/RSSingle.git
synced 2024-11-24 21:55:41 +01:00
Merge pull request #29 from shymega/shymega/prs/group-dependabot-updates
feat(CI/dependabot): Group Dependabot PRs
This commit is contained in:
commit
e03fff3a42
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