Skip to content

Commit

Permalink
Chore: update .renovaterc to automerge after successfull checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Apr 27, 2021
1 parent ae48ac3 commit 2e76ceb
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions .renovaterc
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,34 @@
"config:base",
":semanticCommits",
":semanticCommitScopeDisabled",
":preserveSemverRanges",
":pinDependencies",
":prHourlyLimit1",
":maintainLockFilesMonthly",
":combinePatchMinorReleases"
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"semanticCommitType": "Chore"
"prConcurrentLimit": 5,
"prHourlyLimit": 1,
"semanticCommitType": "Chore",
"rangeStrategy": "replace",
"labels": ["dependencies"]
},
{
"matchDepTypes": [
"dependencies",
"require"
],
"semanticCommitType": "Fix"
"matchDepTypes": ["devDependencies"],
"automerge": true
},
{
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchDepTypes": [ "dependencies", "require" ],
"rangeStrategy": "pin",
"semanticCommitType": "Upgrade"
},
{
"matchDepTypes": [ "peerDependencies"],
"rangeStrategy": "widen"
}
]
}

0 comments on commit 2e76ceb

Please sign in to comment.