From 735d04607feab69803b87d0969ab2ce8fe45cbf0 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 23 Jul 2024 04:10:55 +0300 Subject: [PATCH] chore(meta): update renovate.json --- renovate.json => .github/renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename renovate.json => .github/renovate.json (54%) diff --git a/renovate.json b/.github/renovate.json similarity index 54% rename from renovate.json rename to .github/renovate.json index 80571e0..f02f654 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>ivuorinen/.github:renovate-config"] + "extends": [ + "github>ivuorinen/renovate-config" + ] }