diff --git a/renovate.json b/renovate.json index c06930a..8c7019a 100644 --- a/renovate.json +++ b/renovate.json @@ -25,5 +25,15 @@ ], "commitMessagePrefix": "[SECURITY] ", "prCreation": "immediate" - } + }, + "packageRules": [ + { + "matchDepTypes": ["devDependencies"], + "automerge": true + }, + { + "matchUpdateTypes": ["patch"], + "automerge": true + } + ] }