renovate/config.js.tmpl

16 lines
333 B
Cheetah
Raw Normal View History

2020-05-05 14:17:17 +00:00
module.exports = {
2020-09-13 07:46:10 +00:00
endpoint: "https://TODO.com/api/v1/",
token: "{{ secret "api-token" }}",
2020-05-05 14:17:17 +00:00
platform: "gitea",
2020-09-13 08:53:08 +00:00
logLevel: "error",
unicodeEmoji: false,
2020-05-05 14:17:17 +00:00
onboarding: true,
2020-09-13 07:46:10 +00:00
assignees: [],
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: [
]
};