From aabb433ec5401d829c9429bf5973e57131f772a7 Mon Sep 17 00:00:00 2001 From: Jaw <58354193+wajeht@users.noreply.github.com> Date: Wed, 6 Sep 2023 23:56:58 -0500 Subject: [PATCH] Update renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index bc2944ae..0816c98f 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>wajeht/renovate-config", - "local>wajeht/renovate-config:nonMajorAutomerge" + "github>wajeht/renovate-config", + "github>wajeht/renovate-config:nonMajorAutomerge" ] }