From 144ad34fea5e5743df59fc178c50090652077c3f Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Thu, 1 Sep 2022 14:38:13 -0700 Subject: [PATCH] chore: fix weekly renovate config (#1568) Fixes #911 Co-authored-by: Anthonios Partheniou --- renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 8c93e837c..8a7fe19d2 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,8 @@ { + "extends": [ + "schedule:weekly" + ], "internalChecksFilter": "strict", "stabilityDays": 90, - "timezone": "America/Los_Angeles", - "schedule": "weekly" + "timezone": "America/Los_Angeles" }