chore(renovate): add main config file and lint step
Some checks failed
ci/woodpecker/push/lint Pipeline failed

This commit is contained in:
pips 2025-08-23 13:34:56 +02:00
parent ac9ae17cb2
commit dbf28f6902
2 changed files with 28 additions and 0 deletions

8
config.js Normal file
View file

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