Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanmaisse committed Apr 28, 2023
1 parent 52049ea commit a055345
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
{
"extends": [
"config:base",
"schedule:earlyMondays"
],
"prConcurrentLimit": 3,
"extends": ["config:base"],
"rebaseWhen": "conflicted",
"packageRules": [
{
"matchDatasources": ["orb"],
"rangeStrategy": "replace"
"matchUpdateTypes": ["patch", "minor"],
"automerge": true,
"automergeType": "branch",
"semanticCommitType": "ci"
},
{
"matchDepTypes": ["provided", "test", "build", "import", "parent"],
"matchUpdateTypes": ["patch", "minor"],
"automerge": true,
"automergeType": "branch",
"semanticCommitType": "chore"
},
{
"matchDepTypes": ["provided", "test", "build", "import", "parent"],
"matchUpdateTypes": ["major"],
"semanticCommitType": "chore"
}
]
}

0 comments on commit a055345

Please sign in to comment.