From 40819a8be3b84617064717a45f7962779d221e5a Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 23 Jul 2024 04:16:17 +0300 Subject: [PATCH] chore(meta): update renovate.json --- renovate.json => .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename renovate.json => .github/renovate.json (65%) diff --git a/renovate.json b/.github/renovate.json similarity index 65% rename from renovate.json rename to .github/renovate.json index 34f40ec..f02f654 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>ivuorinen/.github:renovate-config" + "github>ivuorinen/renovate-config" ] }