-
-
Notifications
You must be signed in to change notification settings - Fork 596
Dependabot only upgrading Parse Server #1671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for opening this issue!
|
Running |
They did / should open PRs, for example #1524. The reason could be that these bots only open a limited number of PRs. If there are open, unmerged PRs they may stop new PRs being opened. That's why after closing or merging a PR almost immediately we see a new one being opened sometimes. |
If we close those old PRs would new PRs open. Lets try it out |
@dplewis responding to your #1678 (comment): Reading the docs I assumed that
So it seems to not be possible to differentiate between "security" and "outdated" upgrades. Maybe let's observe this a bit more. There are no new dependabot PRs being opened, so maybe it was just an initial flood of PRs. |
🎉 This change has been released in version 4.0.0-alpha.7 |
🎉 This change has been released in version 4.0.1-beta.1 |
🎉 This change has been released in version 4.0.1 |
New Issue Checklist
Issue Description
Dependabot is only upgrading Parse Server due to a config file added to fix an issue described in #1546. The side effect is that the config disabled security upgrades of all other dependencies. This isn't a major issue since Snyk is also opening PRs for security issues. But since dependabot sometimes opens a PR for an issue that Snyk didn't detect yet, it reduces the overall security coverage.
The challenge is to figure out how to upgrade parse server with every commit (which the current config file does) while also allowing upgrades for all other repos.
Steps to reproduce
Dependabot didn't open security patches in this repo anymore as reported in #1525 (comment).
Actual Outcome
n/a
Expected Outcome
n/a
Environment
n/a
The text was updated successfully, but these errors were encountered: