mitgliederverwaltung/renovate_backend_config.js
Renovate Bot 75ed3bb742
Some checks reported errors
continuous-integration/drone/push Build was killed
configure renovate
2025-05-08 13:59:25 +02:00

19 lines
644 B
JavaScript

// 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"],
};