renovate-config/config.js
pips a82f4c761e
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/renovate unknown status
fix(renovate): config typo
2025-08-23 15:13:18 +02:00

8 lines
230 B
JavaScript

module.exports = {
platform: "forgejo",
endpoint: "https://forge.e5150.fr",
gitAuthor: "CIBot <CIBot@noreply.forge.e5150.local>",
autoDiscover: true,
labels: ["Dependancy 📦️"],
extends: ["config:recommended"],
};