diff --git a/renovate.json b/renovate.json index ef60a4f5e4..e38d73a105 100644 --- a/renovate.json +++ b/renovate.json @@ -12,11 +12,14 @@ ], "packageRules": [ { - "groupName": "all dependencies", - "groupSlug": "all", - "matchPackagePatterns": [ - "*" - ] + "description": "Automerge non-major updates", + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true } + ], + "ignoreDeps": [ + "github.com/goravel/framework", + "github.com/goravel/gin" ] }