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:
moson 2024-01-21 10:05:58 +01:00
parent 9818c3f48c
commit 76b6971267
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296

View file

@ -8,6 +8,10 @@
{ {
"groupName": "fastapi", "groupName": "fastapi",
"matchPackageNames": ["fastapi"] "matchPackageNames": ["fastapi"]
},
{
"matchPackageNames": ["python"],
"enabled": false
} }
] ]
} }