From 19536941f5e42de520bfa654913d23ca20fd2828 Mon Sep 17 00:00:00 2001 From: watson Date: Thu, 21 Aug 2025 23:00:44 +0200 Subject: [PATCH] Updating plaform according to https://docs.renovatebot.com/modules/platform/forgejo/ --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 6db9540..23cdb38 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,7 @@ module.exports = { "endpoint": "https://git.octubre.be/api/v1", "gitAuthor": "Renovater ", - "platform": "gitea", + "platform": "forgejo", "autodiscover": true, "optimizeForDisabled": true, };