Skip to content

Commit

Permalink
ci: update renovate.json to include automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Oct 25, 2024
1 parent 7e301da commit c580187
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"matchDatasources": ["pypi"],
"groupName": "Python dependencies",
"matchFileNames": ["pyproject.toml", "uv.lock", "docs/requirements.txt"],
"schedule": ["every weekend"]
"schedule": ["every weekend"],
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchDatasources": ["docker"],
Expand Down

0 comments on commit c580187

Please sign in to comment.