Skip to content

Commit

Permalink
chore(dependencies): update Renovate configuration to adjust schedule…
Browse files Browse the repository at this point in the history
…s and disable automerge
  • Loading branch information
MountainGod2 committed Dec 10, 2024
1 parent 8cc6d37 commit c09df02
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,30 @@
"groupName": "Python: Dependencies (Minor and Patch)",
"matchFileNames": ["pyproject.toml"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"schedule": ["weekly"],
"automerge": false,
"matchCurrentVersion": "/^\\d+\\./"
},
{
"matchDatasources": ["pypi"],
"groupName": "Python: Dependencies (Major)",
"matchFileNames": ["pyproject.toml"],
"matchUpdateTypes": ["major"],
"schedule": ["before 3am on the first day of the month"],
"automerge": false,
"matchCurrentVersion": "/^\\d+\\./"
},
{
"matchDatasources": ["docker"],
"groupName": "Docker: Base Images and Dependencies",
"matchFileNames": ["Dockerfile"],
"schedule": ["before 3am on the first day of the month"],
"automerge": false
}
],
"dockerfile": {
"fileMatch": ["Dockerfile"],
"schedule": ["before 3am on the first day of the month"],
"automerge": false
},
"labels": ["dependencies"],
Expand Down

0 comments on commit c09df02

Please sign in to comment.