Today we constantly receive a number of PRs for dependencies that aren't compatible with our version of Node.js. E.g.:
Sometimes we accidentally merge these PRs, causing issues for us - and potentially customers:
We can greatly reduce this toil by setting renovate's constraintsfiltering option to strict here: synthtool/gcp/templates/node_library/renovate.json
Note: this can potentially work for other languages as well, including Python.
Discussion: renovatebot/renovate#24679
Today we constantly receive a number of PRs for dependencies that aren't compatible with our version of Node.js. E.g.:
Sometimes we accidentally merge these PRs, causing issues for us - and potentially customers:
We can greatly reduce this toil by setting renovate's
constraintsfilteringoption tostricthere:synthtool/gcp/templates/node_library/renovate.jsonNote: this can potentially work for other languages as well, including Python.
Discussion: renovatebot/renovate#24679