diff --git a/.github/renovate.json b/.github/renovate.json index d53524c..d50abf2 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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" } ] } \ No newline at end of file