From 273bc5302045c3ee6c76b0a6721d170dba91af0f Mon Sep 17 00:00:00 2001 From: james Date: Thu, 17 Aug 2023 15:53:46 +1200 Subject: [PATCH] chore: update renovate configuration. --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index a932bc9..a8950cf 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,6 @@ { - "extends": ["gitlab>jimsy/renovate"] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>renovate/renovate" + ] }