Skip to content

Commit

Permalink
reduce concurrent PR limit and change reviewers to team
Browse files Browse the repository at this point in the history
  • Loading branch information
raynhamdev committed Nov 27, 2023
1 parent a7a76c9 commit ab5a34d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ module.exports = {

platform: "github",
repositories: ["OctopusDeploy/OctopusTentacle"],
reviewers: ["raynhamdev"],
reviewers: ["OctopusDeploy/team-server-at-scale"],
labels: ["dependencies", "Tentacle"],
branchPrefix: "renovate-dotnet/",

// Limit the amount of PRs created
prConcurrentLimit: 10,
prHourlyLimit: 2,
prConcurrentLimit: 2,
prHourlyLimit: 1,

// If set to false, Renovate will upgrade dependencies to their latest release only. Renovate will not separate major or minor branches.
// https://docs.renovatebot.com/configuration-options/#separatemajorminor
Expand Down

0 comments on commit ab5a34d

Please sign in to comment.