aurweb/renovate.json
Daniel M. Capella d2e8fa0249
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>
2023-05-06 18:03:05 -04:00

13 lines
238 B
JSON

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