This repository has been archived on 2022-08-30. You can view files and clone it, but cannot push or open issues or pull requests.
renovate-bot/configs/prod/config.js.tmpl

14 lines
288 B
Cheetah
Raw Normal View History

2020-05-05 14:17:17 +00:00
module.exports = {
endpoint: "https://git.autonomic.zone/api/v1/",
token: "{{ secret "api-token-v1" }}",
platform: "gitea",
logLevel: "debug",
2020-05-05 14:17:17 +00:00
onboarding: true,
onboardingConfig: {
extends: ["config:base"],
},
repositories: [
2020-05-07 06:54:56 +00:00
"autonomic-cooperative/alerta"
2020-05-05 14:17:17 +00:00
]
};