This commit is contained in:
parent
77632bedec
commit
87c583fd39
3 changed files with 54 additions and 2 deletions
16
renovate_config.js
Normal file
16
renovate_config.js
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
module.exports = {
|
||||
endpoint: "https://git.local-it.org/api/v1/",
|
||||
gitAuthor: 'Renovate Bot <renovate@local-it.org>',
|
||||
username: 'renovate',
|
||||
platform: "gitea",
|
||||
onboarding: true,
|
||||
autodiscover: true,
|
||||
persistRepoData: true,
|
||||
optimizeForDisabled: true,
|
||||
assignees: [],
|
||||
labels: ["renovate", "dependencies", "automated"],
|
||||
onboardingConfig: {
|
||||
extends: ["config:recommended"],
|
||||
},
|
||||
repositories: ["local-it/mitgliederverwaltung"]
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue