diff --git a/renovate.json b/renovate.json index e840554..fdee8a2 100644 --- a/renovate.json +++ b/renovate.json @@ -7,5 +7,12 @@ "lockFileMaintenance": { "enabled": true, "schedule": ["before 5am on monday"] - } + }, + "packageRules": [ + { + "groupName": "eslint monorepo", + "matchPackageNames": ["eslint", "typescript-eslint"], + "matchFileNames": ["ui/compliance-dashboard/**"] + } + ] }