commit d4507fe2a01d3f41668f443a1bf3842b78448f37 Author: Renovate Date: Fri Jul 12 04:50:01 2024 +0000 Add config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..ceb6044 --- /dev/null +++ b/config.js @@ -0,0 +1,12 @@ +module.exports = { + endpoint: 'https://git.kjan.de/api/v1/', + platform: 'gitea', + persistRepoData: true, + logLevel: 'debug', + onboardingConfig: { + 'extends': [ + "local>renovate/renovate-config" + ], + }, + autodiscover: true, +};