diff --git a/.github/renovate.json b/.github/renovate.json index 6bda63c..ba1d693 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,5 +4,12 @@ "config:recommended" ], "commitBody": "[skip ci]", - "baseBranches": ["refactor/depUpdates"] + "baseBranches": ["refactor/depUpdates"], + "prHourlyLimit": 0, + "packageRules": [ + { + "matchUpdateTypes": ["patch", "pin", "digest"], + "automerge": true + } + ] }