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

16 lines
372 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 09:23:13 +00:00
logLevel: "debug",
2020-05-05 14:17:17 +00:00
onboarding: true,
2020-05-07 08:39:44 +00:00
assignees: ["decentral1se"],
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
]
};