move renovate config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rafael Epplée 2025-04-30 15:56:36 +02:00
parent 5e3d52b773
commit 4710f77080
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118
2 changed files with 22 additions and 22 deletions

16
renovate_config.js Normal file
View 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"]
};