Renovate don't listen to PHP version constraints [Symfony] [Bitbucket] #19349
Labels
datasource:packagist
duplicate
This issue is closed as a duplicate of another issue
status:requirements
Full requirements are not yet known, so implementation should not be started
type:feature
Feature (new functionality)
How are you running Renovate?
Self-hosted
If you're self-hosting Renovate, tell us what version of Renovate you run.
Latest (34.55.0)
If you're self-hosting Renovate, select which platform you are using.
None
If you're self-hosting Renovate, tell us what version of the platform you run.
Bitbucket Cloud
Was this something which used to work for you, and then stopped?
It used to work, and then stopped
Describe the bug
Renovate don't listen to the requirements of PHP version.
It will open pull requests for PHP 8.1 on my Symfony Repo.
{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" ], "baseBranches": [ "staging" ], "force": { "constraints": { "php": "< 8.0.25" } }, "enabledManagers": [ "npm", "composer" ], "packageRules": [ { "matchUpdateTypes": [ "major" ], "enabled": false }, { "matchPackageNames": [ "datatables.net", "datatables.net-bs4", "datatables.net-buttons", "datatables.net-buttons-bs4", "datatables.net-dt", "datatables.net-responsive", "datatables.net-responsive-bs4", "datatables.net-scroller", "datatables.net-scroller-bs4", "datatables.net-select", "datatables.net-select-bs4", "summernote", "typescript" ] } ] }
Relevant debug logs
Logs
Have you created a minimal reproduction repository?
I have linked to a minimal reproduction repository in the bug description
The text was updated successfully, but these errors were encountered: