From caba565b1b7b7b127bde9452f0e485b2298a6ce5 Mon Sep 17 00:00:00 2001 From: Daniel Adam Date: Thu, 2 Nov 2023 10:15:20 +0100 Subject: [PATCH] Fix renovateBot configuration --- renovate.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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