Skip to content

Commit

Permalink
[BUGFIX] Fix handling of different PHP constraints for Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Feb 13, 2025
1 parent 59614a9 commit 911b683
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"local>eliashaeussler/renovate-config",
"local>eliashaeussler/renovate-config:typo3-extension"
],
"constraints": {
"php": "8.1.*"
},
"packageRules": [
{
"extends": [
Expand All @@ -18,15 +21,7 @@
},
{
"matchFileNames": [
"composer.json"
],
"constraints": {
"php": "8.1.*"
}
},
{
"matchFileNames": [
"Tests/CGL/composer.json"
"Tests/CGL/composer.*"
],
"constraints": {
"php": "8.3.*"
Expand Down

0 comments on commit 911b683

Please sign in to comment.