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 27, 2023
1 parent 90d3a6f commit f9cf58d
Showing 1 changed file with 24 additions and 13 deletions.
37 changes: 24 additions & 13 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,
"rebaseWhen": "conflicted",
"packageRules": [
{
"matchDatasources": ["orb"],
"rangeStrategy": "replace"
}
]
}
"extends": ["config:base"],
"rebaseWhen": "conflicted",
"packageRules": [
{
"matchDatasources": ["orb"],
"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 f9cf58d

Please sign in to comment.