Skip to content

Conversation

mfranzke
Copy link
Member

@mfranzke mfranzke commented Sep 28, 2022

open-pull-requests-limit
By default, Dependabot opens a maximum of five pull requests for version updates. Once there are five open pull requests from Dependabot, Dependabot will not open any new requests until some of those open requests are merged or closed. Use open-pull-requests-limit to change this limit. This also provides a simple way to temporarily disable version updates for a package manager.

This option has no impact on security updates, which have a separate, internal limit of ten open pull requests.

source: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit

currently dependabot doesn't open any new PRs if the amount of open PRs by dependabot (currently 5) is even already reached. Especially within the Elements repo we might have some more PRs open, especially regarding major framework updates (and dependabot even also doesn't support grouping related dependencies so far, so the problem might even further increase), which would lead to that dependabot silently skips until the next cycle to analyse for new updates.
We might even also be able to deactivate this limit in total, but I still like the idea to at least limit it to around 10 or so, and work with a daily check for new updates.

similar to db-ui/base#49 and db-ui/core#51

@mfranzke mfranzke added the cicd Changes inside .github folder label Sep 28, 2022
@mfranzke mfranzke self-assigned this Sep 28, 2022
@github-actions
Copy link
Contributor

🔭🐙🐈 Test this branch here: https://db-ui.github.io/elements/review/mfranzke-patch-1

@mfranzke mfranzke enabled auto-merge (squash) September 29, 2022 10:10
Copy link
Collaborator

@dkolba dkolba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mfranzke mfranzke merged commit 41acff7 into main Sep 30, 2022
@mfranzke mfranzke deleted the mfranzke-patch-1 branch September 30, 2022 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cicd Changes inside .github folder

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants