diff options
-rw-r--r-- | renovate.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json index f5b3f37..dc61a63 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json" -, "extends": ["local>mulk/renovate-config"] +, "extends": + [ "local>mulk/renovate-config" + , ":automergeMinor" + ] , "ignoreDeps": ["snowpack"] } |