Skip to content

Commit

Permalink
ci: more automation via renovate
Browse files Browse the repository at this point in the history
Enable lockfile updates.

Have Renovate auto-merge test and lint packages.
  • Loading branch information
AndrewADev committed Aug 13, 2023
1 parent 519dc15 commit 98fbf36
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"extends": [
"config:base"
]
"config:base",
":automergeLinters",
":automergeTesters",
":automergeRequireAllStatusChecks"
],
"python": {
"lockFileMaintenance": {
"enabled": true,
"schedule": [
"before 4am on saturday"
],
"groupName": "Resolved Python dependencies"
}
}
}

0 comments on commit 98fbf36

Please sign in to comment.