mirror of https://github.com/tiangolo/fastapi.git
🔧 Group dependencies on dependabot updates (#10952)
This commit is contained in:
parent
26e57903d1
commit
fad1a464e7
|
|
@ -11,6 +11,10 @@ updates:
|
||||||
- package-ecosystem: "pip"
|
- package-ecosystem: "pip"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "monthly"
|
||||||
|
groups:
|
||||||
|
python-packages:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: ⬆
|
prefix: ⬆
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue