Adjust e-mail, removed wrong syntax comments
Some checks failed
Renovater / renovate (push) Failing after 1m46s

This commit is contained in:
Kars van Velzen 2025-08-21 22:28:57 +02:00
parent f15e8993e2
commit 81d69e29e0

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 <renovate@yourdomain.com>", #change based on the address used for the account and name "gitAuthor": "Renovater <renovater@noreply.localhost>",
"platform": "gitea", #this should be kept the same even for Forgejo. "platform": "gitea",
"autodiscover": true, "autodiscover": true,
"optimizeForDisabled": true, "optimizeForDisabled": true,
}; };