renovate-config/config.js

14 lines
460 B
JavaScript
Raw Normal View History

2024-12-27 10:47:58 -05:00
module.exports = {
2025-02-10 06:31:36 -05:00
"endpoint": "https://c.csw.im/api/v1",
"gitAuthor": "Renovate <renovate@csw.im>",
2024-12-27 10:38:15 -05:00
"platform": "gitea", // this should be set to 'gitea' even for Forgejo.
"autodiscover": true,
2024-12-27 10:59:14 -05:00
"autodiscoverTopics": ["renovate"],
2024-12-27 10:38:15 -05:00
"optimizeForDisabled": true,
2024-12-27 15:06:07 -05:00
"onboardingConfig": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
2024-12-27 22:52:01 -05:00
"local>cc/renovate-config"
2024-12-27 15:06:07 -05:00
]
}
2024-12-27 10:38:15 -05:00
};