From 0446d0dd5d040604795ea96892aab91c28a72757 Mon Sep 17 00:00:00 2001 From: Pierre Cavin Date: Fri, 10 Jan 2025 04:53:06 +0100 Subject: [PATCH] ci(renovate): fix config url --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 1f64027..e5492b5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>insurgent-lab/.github//js-ts/js-ts-library"] + "extends": ["github>insurgent-lab/.github//renovate/js-ts/js-ts-library"] }