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

module.exports = {
endpoint: "https://git.autonomic.zone/api/v1/",
token: "{{ secret "api-token-v1" }}",
platform: "gitea",
logLevel: "debug",
onboarding: true,
onboardingConfig: {
extends: ["config:base"],
},
repositories: [
"autonomic-cooperative/alerta"
]
};