configure renovate
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Renovate Bot 2025-04-23 22:20:59 +00:00 committed by Rafael Epplée
parent 77632bedec
commit 81bd4e9f09
3 changed files with 57 additions and 2 deletions

19
renovate_config.js Normal file
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 creates update PRs, have a look at `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"],
};