mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Treat FastAPI separately due to regular breakage. Co-authored-by: moson-mo <mo-son@mailbox.org>
13 lines
238 B
JSON
13 lines
238 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
"group:allNonMajor"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "fastapi",
|
|
"matchPackageNames": ["fastapi"]
|
|
}
|
|
]
|
|
}
|