From ffa2bce189fdf57c08ea1b3d141bec4030145ecd Mon Sep 17 00:00:00 2001 From: cswimr Date: Fri, 27 Dec 2024 22:54:06 -0500 Subject: [PATCH] chore(repo): update renovate config --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f4e3b33..59a5406 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>CoastalCommits/renovate-config" + "local>cc/renovate-config" ] }