renovate-config/config.js
Akumatic 5d98c5c59b
All checks were successful
renovate / renovate (push) Successful in 1m48s
Remove autodiscover filter
2025-04-11 09:44:17 +00:00

13 lines
464 B
JavaScript

module.exports = {
"platform": "gitea",
"endpoint": "https://git.akumatic.eu/api/v1", // replace it with your actual endpoint
"username": "renovate-bot",
"gitAuthor": "Renovate <renovate.bot@akumatic.eu>",
"autodiscover": true,
"onboardingConfigFileName": "renovate.json",
"onboardingConfig": {
"extends": ["config:recommended"],
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
},
"optimizeForDisabled": true,
};