16 lines
391 B
Cheetah
16 lines
391 B
Cheetah
module.exports = {
|
|
endpoint: "https://git.autonomic.zone/api/v1/",
|
|
token: '{{ secret "api_token" }}',
|
|
platform: "gitea",
|
|
logLevel: "error",
|
|
onboarding: true,
|
|
assignees: ["decentral1se", "calix"],
|
|
labels: ["renovate", "dependencies", "automated"],
|
|
onboardingConfig: {
|
|
extends: ["config:base"],
|
|
},
|
|
repositories: [
|
|
"autonomic-cooperative/docs.autonomic.zone"
|
|
]
|
|
};
|