Skip to content

Commit

Permalink
Update renovate.json to ignore phpunit v11 and zfr/rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
visto9259 authored Aug 6, 2024
1 parent 3b53ab5 commit e3528d1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,15 @@
"extends": [
"config:recommended"
],
"baseBranches": ["master", "4.x"]
"baseBranches": ["master", "4.x"],
"packageRules": [
{
"matchPackageNames": ["phpunit/phpunit"],
"allowedVersions": "<11.0"
},
{
"matchPackageNames": ["zfr/rbac"],
"allowedVersions": "<2.0"
}
]
}

0 comments on commit e3528d1

Please sign in to comment.