Skip to content

Commit

Permalink
ci: set Renovate branch and PR limits (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Mar 24, 2023
1 parent 311a5ca commit a7c8859
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
extends: ["config:base"],
// https://docs.renovatebot.com/configuration-options/#automerge
automerge: true,
ignoreDeps: ["jedi"],
// https://docs.renovatebot.com/configuration-options/#prconcurrentlimit
prConcurrentLimit: 3,
// https://docs.renovatebot.com/configuration-options/#branchconcurrentlimit
branchConcurrentLimit: 5,
}
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

0 comments on commit a7c8859

Please sign in to comment.