Updating plaform according to https://docs.renovatebot.com/modules/platform/forgejo/
All checks were successful
Renovater / renovate (push) Successful in 4m7s

This commit is contained in:
Kars van Velzen 2025-08-21 23:00:44 +02:00
parent 81d69e29e0
commit 19536941f5

View file

@ -1,7 +1,7 @@
module.exports = { module.exports = {
"endpoint": "https://git.octubre.be/api/v1", "endpoint": "https://git.octubre.be/api/v1",
"gitAuthor": "Renovater <renovater@noreply.localhost>", "gitAuthor": "Renovater <renovater@noreply.localhost>",
"platform": "gitea", "platform": "forgejo",
"autodiscover": true, "autodiscover": true,
"optimizeForDisabled": true, "optimizeForDisabled": true,
}; };