Dependency dashboard, checking a rate limited dependency does not unlimit #7251
Labels
priority-2-high
Bugs impacting wide number of users or very important features
type:bug
Bug fix of existing functionality
What Renovate type, platform and version are you using?
hosted renovate for GitHub.
with
"renovateVersion": "23.21.2"
Describe the bug
openEquella has a rate limit of 2 PRs per hour and 20 open PRs
https://github.com/openequella/openEQUELLA/blob/5f9a14c4583abe6e3a69e38fe21e5fafb8ebc003/renovate.json#L3-L4
One of the rate limited is
eslint-plugin-react-hooks
(part of thereact-monorepo
group).Checking the dependency on the dashboard issue openequella/openEQUELLA#1532 to bypass the rate limit successfully generates a branch/commit openequella/openEQUELLA@e4037f7, but does not open a pull request.
Relevant debug logs
hosted log available at https://app.renovatebot.com/dashboard#github/openequella/openEQUELLA/229207590
To Reproduce
Exceed max number of of PRs from renovate config.
Check a rate limited PR to prompt PR generation.
Additional context
The text was updated successfully, but these errors were encountered: