From e19fa86b1710176b8cfa938ef56edbd1370a2cdf Mon Sep 17 00:00:00 2001 From: Webb Scales Date: Wed, 2 Oct 2024 10:36:33 -0400 Subject: [PATCH] Use local access for renovate config --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7e64da65..a2556b7b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>arcalot/.github:renovate-config" + "local>arcalot/.github:renovate-config" ] }