Skip to content

Commit

Permalink
refactor: update renovate.json to include docs/requirements.txt in Py…
Browse files Browse the repository at this point in the history
…thon dependencies group
  • Loading branch information
MountainGod2 committed Oct 27, 2024
1 parent 3f1596f commit 5e9e9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"matchDatasources": ["pypi"],
"groupName": "Python dependencies",
"matchFileNames": ["pyproject.toml", "uv.lock"],
"matchFileNames": ["pyproject.toml", "uv.lock", "docs/requirements.txt"],
"schedule": ["every weekend"],
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
Expand Down

0 comments on commit 5e9e9de

Please sign in to comment.