Skip to content

Remove Renovate PR concurrency limits #99

Description

@robbeverhelst

Problem

Renovate holds back dependency update PRs due to default concurrency limits. Updates sit in the Dependency Dashboard waiting instead of creating PRs immediately.

Fix

Add to renovate.json:

{
  "prConcurrentLimit": 0,
  "prHourlyLimit": 0
}

This removes all limits so every update gets a PR immediately.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions