Update config.js #96

Merged
jank merged 2 commits from jank-patch-1 into main 2025-08-21 10:51:17 +00:00

View file

@ -1,5 +1,9 @@
// config.js
module.exports = {
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>",