From af4b1866f5d0e0ccf6a60be71d5694a79ff18e9f Mon Sep 17 00:00:00 2001 From: Jan Skrasek Date: Mon, 11 Nov 2024 11:32:17 +0100 Subject: [PATCH] move renovatebot config to .github dir --- renovate.json => .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename renovate.json => .github/renovate.json5 (73%) diff --git a/renovate.json b/.github/renovate.json5 similarity index 73% rename from renovate.json rename to .github/renovate.json5 index 5db72dd..58bd355 100644 --- a/renovate.json +++ b/.github/renovate.json5 @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" - ] + "config:recommended", + ], }