mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
1d627edbe7
commit
d2e8fa0249
1 changed files with 8 additions and 1 deletions
|
@ -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"]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue