From 65e4aa11a2dd5ae7cbd3398cbc75a9817f44d618 Mon Sep 17 00:00:00 2001 From: pips Date: Sat, 23 Aug 2025 15:14:48 +0200 Subject: [PATCH] fix(config): typo --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], };