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/config.js.tmpl

16 lines
391 B
Cheetah
Raw Normal View History

2020-05-05 14:17:17 +00:00
module.exports = {
endpoint: "https://git.autonomic.zone/api/v1/",
2020-09-13 08:00:35 +00:00
token: '{{ secret "api_token" }}',
2020-05-05 14:17:17 +00:00
platform: "gitea",
2020-09-13 08:30:30 +00:00
logLevel: "error",
2020-05-05 14:17:17 +00:00
onboarding: true,
2020-09-13 07:25:24 +00:00
assignees: ["decentral1se", "calix"],
2020-05-07 08:39:44 +00:00
labels: ["renovate", "dependencies", "automated"],
2020-05-05 14:17:17 +00:00
onboardingConfig: {
extends: ["config:base"],
},
repositories: [
2020-09-13 08:31:29 +00:00
"autonomic-cooperative/docs.autonomic.zone"
2020-05-05 14:17:17 +00:00
]
};