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

19 lines
492 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",
2020-05-07 07:05:31 +00:00
logFileLevel: 'warn',
logLevel: "info",
logFile: '/tmp/renovate.log',
2020-05-05 14:17:17 +00:00
onboarding: true,
2020-05-07 07:31:44 +00:00
assignees: ['decentral1se'],
gitAuthor: "Autonomic Renovate Bot <renovate@autonomic.zone>",
labels: ['renovate', 'dependencies', 'automated'],
2020-05-05 14:17:17 +00:00
onboardingConfig: {
extends: ["config:base"],
},
repositories: [
2020-05-07 06:54:56 +00:00
"autonomic-cooperative/alerta"
2020-05-05 14:17:17 +00:00
]
};