Include autodiscover for Homelab/Docker-* repos, fix indent
All checks were successful
renovate / renovate (push) Successful in 1m51s

This commit is contained in:
Akumatic 2025-04-10 10:37:00 +02:00
parent 9525ba198e
commit 2c5889e250

View File

@ -3,8 +3,10 @@ module.exports = {
"endpoint": "https://git.akumatic.eu/api/v1", // replace it with your actual endpoint "endpoint": "https://git.akumatic.eu/api/v1", // replace it with your actual endpoint
"username": "renovate-bot", "username": "renovate-bot",
"gitAuthor": "Renovate <renovate.bot@akumatic.eu>", "gitAuthor": "Renovate <renovate.bot@akumatic.eu>",
"autodiscover": true,
"autodiscoverFilter": ["Homelab/Docker-*"],
"onboardingConfigFileName": "renovate.json", "onboardingConfigFileName": "renovate.json",
"onboardingConfig": { "onboardingConfig": {
"extends": ["config:recommended"], "extends": ["config:recommended"],
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json"
}, },