diff --git a/.github/renovate.json b/.github/renovate.json index f0a45cdc0..b317c8f02 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,7 +6,9 @@ "commitMessageAction": "lock file maintenance", "commitMessageExtra": "({{packageFile}})", "branchTopic": "lock-file-maintenance-{{packageFile}}", - "schedule": ["after 4am and before 5am on monday"] + "schedule": ["after 4am and before 5am on monday"], + "automerge": true, + "automergeType": "branch" }, "baseBranches": ["main", "stable"], "labels": ["dependencies"], @@ -25,9 +27,9 @@ "rangeStrategy": "widen" }, { - "matchUpdateTypes": ["patch"], - "matchPaths": [".github/workflows/*", ".pre-commit-config.yaml"], - "automerge": true + "matchManagers": ["github-actions", "pre-commit"], + "automerge": true, + "automergeType": "branch" } ] }