Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest versions of Parse Server and the Parse JS SDK.
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