Skip to content

Commit

Permalink
🔧(project) update Renovate configuration to fix match manager issue
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lebaudantoine committed Jan 29, 2024
1 parent 54f6483 commit 2e9b45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"enabled": false,
"groupName": "ignored python dependencies",
"matchManagers": [
"setup-cfg"
"pep621"
],
"matchPackageNames": []
},
Expand Down

0 comments on commit 2e9b45f

Please sign in to comment.