mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Stop Renovate from trying to bump the python version. Signed-off-by: moson <moson@archlinux.org>
17 lines
313 B
JSON
17 lines
313 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
"group:allNonMajor"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "fastapi",
|
|
"matchPackageNames": ["fastapi"]
|
|
},
|
|
{
|
|
"matchPackageNames": ["python"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|