From 7e8e4610dc338824fe6bacca54d732bd097b5235 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen <11024+ivuorinen@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:11:26 +0300 Subject: [PATCH] Update and rename renovate.json to .github/renovate.json --- renovate.json => .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename renovate.json => .github/renovate.json (69%) diff --git a/renovate.json b/.github/renovate.json similarity index 69% rename from renovate.json rename to .github/renovate.json index 8a690512..f02f6542 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>ivuorinen/renovate-config" + "github>ivuorinen/renovate-config" ] }