🔧(project) update Renovate configuration to fix match manager issue

The current Renovate configuration is using the wrong match manager, as our
project utilizes `pyproject.toml` instead of `setup.cfg`. This commit corrects
the configuration to ensure compatibility with our project structure.
This commit is contained in:
Lebaud Antoine
2024-01-26 16:22:55 +01:00
committed by aleb_the_flash
parent 54f64838a0
commit d5f16cddb0

View File

@@ -7,7 +7,7 @@
"enabled": false,
"groupName": "ignored python dependencies",
"matchManagers": [
"setup-cfg"
"pep621"
],
"matchPackageNames": []
},