Compare commits
1 commit
81bd4e9f09
...
87c583fd39
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
87c583fd39 |
1 changed files with 14 additions and 17 deletions
|
|
@ -1,19 +1,16 @@
|
||||||
// This file only contains "backend" administration settings for renovate,
|
|
||||||
// such as where to access the forgejo api etc.
|
|
||||||
// To configure how renovate creates update PRs, have a look at `renovate.json`.
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
endpoint: "https://git.local-it.org/api/v1/",
|
endpoint: "https://git.local-it.org/api/v1/",
|
||||||
gitAuthor: "Renovate Bot <renovate@local-it.org>",
|
gitAuthor: 'Renovate Bot <renovate@local-it.org>',
|
||||||
username: "renovate",
|
username: 'renovate',
|
||||||
platform: "gitea",
|
platform: "gitea",
|
||||||
onboarding: true,
|
onboarding: true,
|
||||||
autodiscover: true,
|
autodiscover: true,
|
||||||
persistRepoData: true,
|
persistRepoData: true,
|
||||||
optimizeForDisabled: true,
|
optimizeForDisabled: true,
|
||||||
assignees: [],
|
assignees: [],
|
||||||
labels: ["renovate", "dependencies", "automated"],
|
labels: ["renovate", "dependencies", "automated"],
|
||||||
onboardingConfig: {
|
onboardingConfig: {
|
||||||
extends: ["config:recommended"],
|
extends: ["config:recommended"],
|
||||||
},
|
},
|
||||||
repositories: ["local-it/mitgliederverwaltung"],
|
repositories: ["local-it/mitgliederverwaltung"]
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue