🔧(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:
committed by
aleb_the_flash
parent
54f64838a0
commit
d5f16cddb0
@@ -7,7 +7,7 @@
|
|||||||
"enabled": false,
|
"enabled": false,
|
||||||
"groupName": "ignored python dependencies",
|
"groupName": "ignored python dependencies",
|
||||||
"matchManagers": [
|
"matchManagers": [
|
||||||
"setup-cfg"
|
"pep621"
|
||||||
],
|
],
|
||||||
"matchPackageNames": []
|
"matchPackageNames": []
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user