Update dependabot config to exclude babel and pylint releases #1384
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the context of this PR?
We cannot merge any v3 upgrades for
pylint
library. It will cause an import error in linting sincepylint-quotes
library is not maintained and not compatible with the latest v3pylint
release that we are trying to update here. Link to the issue raised inpylint-quotes
repo: edaniszewski/pylint-quotes#29. Here's an PR that fixes it: edaniszewski/pylint-quotes#28 (still not merged). We want to ignore anypylint
updates for the time being.babel
library has to also stay onv2.14.0
until Welsh translations issue inv2.15.0
is investigated and fixed.How to review
You can check in a fork if
babel
andpylint
are ignored whenever Dependabot PR is raised.Checklist