Skip to content

Commit

Permalink
Enable renovate (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jul 2, 2022
1 parent e069429 commit 6d43ff0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"branchPrefix": "renovate/",
"username": "renovate-release",
"gitAuthor": "Renovate Bot <[email protected]>",
"platform": "github",
"repositories": [
"yuzutech/kroki-cli"
],
"separateMajorMinor": true,
"extends": [
":preserveSemverRanges",
"group:all",
":maintainLockFilesMonthly"
],
"lockFileMaintenance": {
"extends": [
"group:all"
],
"commitMessageAction": "Update"
}
}

0 comments on commit 6d43ff0

Please sign in to comment.