From 29f2d41ff4e19b4115ebd46a48e67af66eb00f05 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 23 Jul 2024 03:56:52 +0300 Subject: [PATCH] chore(meta): update renovate.json --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 34f40ec..8a69051 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>ivuorinen/.github:renovate-config" + "local>ivuorinen/renovate-config" ] }