mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
chore(deps): Ignore python upgrades with Renovate
Stop Renovate from trying to bump the python version. Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
9818c3f48c
commit
76b6971267
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
||||||
{
|
{
|
||||||
"groupName": "fastapi",
|
"groupName": "fastapi",
|
||||||
"matchPackageNames": ["fastapi"]
|
"matchPackageNames": ["fastapi"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["python"],
|
||||||
|
"enabled": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue