Skip to content

Commit

Permalink
[TASK] Use same PHP constraint for all Renovate updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Sep 18, 2024
1 parent ac63943 commit 4310d40
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,7 @@
"main",
"0.8.x"
],
"packageRules": [
{
"matchFileNames": [
"composer.json"
],
"constraints": {
"php": "8.1.*"
}
},
{
"matchFileNames": [
"Resources/Private/Libs/Build/composer.json"
],
"constraints": {
"php": "7.4.*"
}
}
]
"constraints": {
"php": "8.1.*"
}
}

0 comments on commit 4310d40

Please sign in to comment.