diff --git a/renovate.json5 b/renovate.json5 index cd0eadc..c62ada0 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -5,7 +5,7 @@ ], "prConcurrentLimit": 0, "schedule": [ - "weekly" + "every weekend" ], "ignorePaths": [ "android/**", @@ -15,20 +15,4 @@ "intl", "path" ], -// "packageRules": [ -// { -// "matchUpdateTypes": [ -// "minor" -// ], -// "groupName": "all minor dependencies", -// "groupSlug": "all-minor-deps" -// }, -// { -// "matchUpdateTypes": [ -// "patch" -// ], -// "groupName": "all patch dependencies", -// "groupSlug": "all-patch-deps" -// } -// ] }