diff --git a/renovate.json b/renovate.json index 270af86..7bfd2f9 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,12 @@ "extends": ["config:recommended"], "enabledManagers": ["npm", "github-actions"], "rangeStrategy": "update-lockfile", - "schedule": ["every month"] + "schedule": ["every month"], + "packageRules": [ + { + "matchManagers": ["npm", "github-actions"], + "groupName": "all dependency updates", + "separateMajorMinor": true + } + ] }