Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiovaresco committed Apr 28, 2023
1 parent 45bbe8f commit 62e47f3
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
{
"extends": [
"config:base",
"schedule:earlyMondays"
],
"prConcurrentLimit": 3,
"extends": ["config:base"],
"rebaseWhen": "conflicted",
"baseBranches": ["master"],
"packageRules": [
{
"matchDatasources": ["orb"],
"rangeStrategy": "replace"
"matchUpdateTypes": ["patch", "minor"],
"automerge": true,
"automergeType": "branch",
"semanticCommitType": "ci"
},
{
"matchDepTypes": ["test"],
"matchUpdateTypes": ["patch", "minor"],
"automerge": true,
"automergeType": "branch",
"semanticCommitType": "fix"
}
]
}
}

0 comments on commit 62e47f3

Please sign in to comment.