renovate-config/config.js
cswimr 025a45a6ba
All checks were successful
Renovate / Run (push) Successful in 1m44s
Update config.js
2025-02-10 06:31:36 -05:00

14 lines
No EOL
460 B
JavaScript

module.exports = {
"endpoint": "https://c.csw.im/api/v1",
"gitAuthor": "Renovate <renovate@csw.im>",
"platform": "gitea", // this should be set to 'gitea' even for Forgejo.
"autodiscover": true,
"autodiscoverTopics": ["renovate"],
"optimizeForDisabled": true,
"onboardingConfig": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>cc/renovate-config"
]
}
};