Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
leleueri committed Jul 5, 2023
1 parent dfe731d commit 636cbf5
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
{
"extends": [
"config:base",
"schedule:earlyMondays"
"config:base"
],
"prConcurrentLimit": 3,
"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"
}
]
}

0 comments on commit 636cbf5

Please sign in to comment.