diff --git a/config.js b/config.js index 9373c51..f53f7f0 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,7 @@ module.exports = { platform: "forgejo", endpoint: "https://forge.e5150.fr", gitAuthor: "CIBot ", - autoDiscover: true, + autodiscover: true, labels: ["Dependancy 📦️"], extends: ["config:recommended"], };