diff --git a/renovate.json b/renovate.json index f844c2ed..88447a22 100644 --- a/renovate.json +++ b/renovate.json @@ -8,8 +8,12 @@ "commitBody": "Generated by renovateBot", "packageRules": [ { - "packagePatterns": [".+"], - "schedule": ["on the first day of the month"] + "matchPackagePatterns": [ + "+" + ], + "schedule": [ + "on the first day of the month" + ] } ] -} +} \ No newline at end of file