Skip to content
Snippets Groups Projects
Commit 60606d86 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

renovate: update package rules

parent 60ff3c5b
Branches
Tags
No related merge requests found
...@@ -12,10 +12,16 @@ ...@@ -12,10 +12,16 @@
}, },
"packageRules": [ "packageRules": [
{ {
"matchPackagePrefixes": [ "matchPackagePrefixes": ["symfony/"],
"symfony/"
],
"allowedVersions": "<6" "allowedVersions": "<6"
},
{
"matchPackageNames": ["league/uri"],
"allowedVersions": "<6.6"
},
{
"matchPackageNames": ["friendsofphp/php-cs-fixer"],
"allowedVersions": "<3.5"
} }
] ]
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment