Skip to content
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

Renovate don't listen to PHP version constraints [Symfony] [Bitbucket] #19349

Closed
victorvliederen opened this issue Dec 12, 2022 · 1 comment
Closed
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)

Comments

@victorvliederen
Copy link

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
Copy/paste the relevant log(s) here, between the starting and ending backticks

Have you created a minimal reproduction repository?

I have linked to a minimal reproduction repository in the bug description

@victorvliederen victorvliederen added priority-5-triage status:requirements Full requirements are not yet known, so implementation should not be started type:bug Bug fix of existing functionality labels Dec 12, 2022
@viceice viceice removed the type:bug Bug fix of existing functionality label Dec 12, 2022
@viceice
Copy link
Member

viceice commented Dec 12, 2022

Duplicate of #18715

@viceice viceice marked this as a duplicate of #18715 Dec 12, 2022
@viceice viceice closed this as not planned Won't fix, can't repro, duplicate, stale Dec 12, 2022
@viceice viceice added datasource:packagist type:feature Feature (new functionality) labels Dec 12, 2022
@HonkingGoose HonkingGoose added the duplicate This issue is closed as a duplicate of another issue label Dec 14, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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)
Projects
None yet
Development

No branches or pull requests

3 participants