This commit is contained in:
parent
7128ba77d4
commit
9cdf4decac
1 changed files with 4 additions and 1 deletions
|
@ -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>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue