fix(config): typo
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/renovate Pipeline failed

This commit is contained in:
pips 2025-08-23 15:14:48 +02:00
parent a82f4c761e
commit 65e4aa11a2

View file

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