chore(deps): "Group all minor and patch updates together"

Treat FastAPI separately due to regular breakage.

Co-authored-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
Daniel M. Capella 2023-05-06 16:46:07 -04:00
parent 1d627edbe7
commit d2e8fa0249
No known key found for this signature in database
GPG key ID: EA4F7B321A906AD9

View file

@ -1,6 +1,13 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:base" "config:base",
"group:allNonMajor"
],
"packageRules": [
{
"groupName": "fastapi",
"matchPackageNames": ["fastapi"]
}
] ]
} }