From 8c5593fc47ea77339c627c6cbfbe567dcafd724e Mon Sep 17 00:00:00 2001 From: cswimr Date: Fri, 27 Dec 2024 10:59:14 -0500 Subject: [PATCH] Update config.js --- config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config.js b/config.js index 1642571..0401947 100644 --- a/config.js +++ b/config.js @@ -3,5 +3,6 @@ module.exports = { "gitAuthor": "CoastalCommits-Renovate-Bot ", "platform": "gitea", // this should be set to 'gitea' even for Forgejo. "autodiscover": true, + "autodiscoverTopics": ["renovate"], "optimizeForDisabled": true, }; \ No newline at end of file