7 lines
318 B
JavaScript
7 lines
318 B
JavaScript
module.exports = {
|
|
"endpoint": "https://git.octubre.be/api/v1",
|
|
"gitAuthor": "Renovater <renovate@yourdomain.com>", #change based on the address used for the account and name
|
|
"platform": "gitea", #this should be kept the same even for Forgejo.
|
|
"autodiscover": true,
|
|
"optimizeForDisabled": true,
|
|
};
|