From 0db17945d47dcb5e341705ed4b54e0b045d8a946 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 10 May 2025 14:53:13 +0400 Subject: [PATCH] Moved renovate.json --- renovate.config.cjs | 1 - .gitea/renovate.json => renovate.json | 0 2 files changed, 1 deletion(-) rename .gitea/renovate.json => renovate.json (100%) diff --git a/renovate.config.cjs b/renovate.config.cjs index 3872bb4..44bc458 100644 --- a/renovate.config.cjs +++ b/renovate.config.cjs @@ -1,7 +1,6 @@ module.exports = { endpoint: "https://code.popov.link", gitAuthor: "RenovateBot ", - onboardingConfigFileName: ".gitea/renovate.json", optimizeForDisabled: true, platform: "gitea", }; diff --git a/.gitea/renovate.json b/renovate.json similarity index 100% rename from .gitea/renovate.json rename to renovate.json