Compare commits

..

1 commit

Author SHA1 Message Date
Renovate Bot
81bd4e9f09 configure renovate
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-04-30 17:23:25 +02:00

View file

@ -1,7 +1,10 @@
// 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',
gitAuthor: "Renovate Bot <renovate@local-it.org>",
username: "renovate",
platform: "gitea",
onboarding: true,
autodiscover: true,
@ -12,5 +15,5 @@ module.exports = {
onboardingConfig: {
extends: ["config:recommended"],
},
repositories: ["local-it/mitgliederverwaltung"]
repositories: ["local-it/mitgliederverwaltung"],
};