renovate-config/config.js

14 lines
498 B
JavaScript
Raw Normal View History

2024-12-27 10:47:58 -05:00
module.exports = {
2024-12-27 10:38:15 -05:00
"endpoint": "https://www.coastalcommits.com/api/v1",
2024-12-27 15:13:13 -05:00
"gitAuthor": "Renovate <renovate@coastalcommits.com>",
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": [
"local>CoastalCommits/renovate-config"
]
}
2024-12-27 10:38:15 -05:00
};