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

This commit is contained in:
Renovate Bot 2025-04-23 22:20:59 +00:00 committed by moritz
parent abe8443af6
commit b45b37c4a6
4 changed files with 71 additions and 3 deletions

View file

@ -0,0 +1,19 @@
// This file only contains "backend" administration settings for renovate,
// such as where to access the forgejo api etc.
// To configure how renovate updates dependencies, see `renovate.json`.
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"],
};