Renovate setup
All checks were successful
renovate / renovate (push) Successful in 51s

This commit is contained in:
Julien Valverdé
2025-09-02 03:44:51 +02:00
commit 26fbff8cf3
2 changed files with 36 additions and 0 deletions

13
config.js Normal file
View File

@@ -0,0 +1,13 @@
module.exports = {
platform: "gitea",
endpoint: "https://git.valverde.cloud/api/v1/",
gitAuthor: "Renovate Bot <renovate-bot@valverde.cloud>",
username: "renovate-bot",
autodiscover: true,
onboardingConfig: {
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["config:recommended"],
},
optimizeForDisabled: true,
persistRepoData: true,
}