15 lines
444 B
JavaScript
15 lines
444 B
JavaScript
module.exports = {
|
|
"endpoint": "https://gitea.spenke-nordic.com/api/v1", // replace it with your actual endpoint
|
|
"gitAuthor": "Renovate Bot <renovate-bot@spenke-nordic.com>",
|
|
"platform": "gitea",
|
|
"onboardingConfigFileName": "renovate.json",
|
|
"autodiscover": true,
|
|
"optimizeForDisabled": true,
|
|
"hostRules": [
|
|
{
|
|
"matchHost": "github.com",
|
|
"token": "{{ secrets.RENOVATE_GITHUB_COM_TOKEN }}"
|
|
}
|
|
]
|
|
};
|