Skip to content

Commit

Permalink
chore: 🛠 setup renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
edbzn committed Dec 5, 2020
1 parent e4b7f20 commit 6ccfbcc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "http://json.schemastore.org/renovate",
"extends": ["config:base", ":semanticCommitScopeDisabled"],
"automerge": true,
"automergeType": "branch",
"baseBranches": ["main"],
"semanticCommits": true,
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"automergeType": "branch"
},
"rangeStrategy": "update-lockfile",
"commitMessage": "{{{commitMessagePrefix}}} 📦 {{{commitMessageAction}}} {{{commitMessageTopic}}} {{{commitMessageExtra}}} {{{commitMessageSuffix}}}"
}

0 comments on commit 6ccfbcc

Please sign in to comment.