Update config.js
All checks were successful
renovate / renovate (push) Successful in 50m24s

This commit is contained in:
Jan K9f 2025-08-21 09:59:20 +00:00
commit 9cdf4decac
Signed by:
SSH key fingerprint: SHA256:lXEoR6LJYqfrLFi9ELE9o8JyzF7bLKBUlelXoro5APw

View file

@ -1,6 +1,9 @@
// config.js
module.exports = {
repositoryConcurrency: 3,
prConcurrentLimit: 5,
// Control concurrent branches (defaults to prConcurrentLimit if not set)
branchConcurrentLimit: 10,
endpoint: "https://git.kjan.de/api/v1/",
platform: "gitea",
gitAuthor: "Renovate <renovate@kjan.de>",