Skip to content

Commit

Permalink
chore({{parentDir}}): add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 22, 2022
1 parent 7cf4e5c commit 5a11cc5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"branchPrefix": "chore/renovate/",
"commitBodyTable": true,
"commitMessageAction": "Pin",
"commitMessageExtra": "{{#if isMajor}}v{{{newMajor}}}{{else}}{{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}{{/if}}",
"commitMessageTopic": "{{depName}}",
"packageRules": [
{
"commitMessageSuffix": "dev",
"automerge": true,
"matchDepTypes": [
"devDependencies"
]
}
],
"prConcurrentLimit": 5,
"prHourlyLimit": 3,
"rangeStrategy": "bump",
"semanticCommits": "enabled",
"semanticCommitScope": "{{parentDir}}"
}

0 comments on commit 5a11cc5

Please sign in to comment.