Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
jonnyeom committed Nov 16, 2023
1 parent 16a0cc3 commit 6b6dc8f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -56,10 +56,12 @@
"squizlabs/php_codesniffer"
],
"matchPackagePatterns": [
"phpstan/phpstan"
"^phpstan/phpstan$",
"/phpstan-",
"phpstan/phpdoc-parser"
],
"groupName": "Code Quality packages",
"groupSlug": "phpcs"
"groupSlug": "code-quality"
},
{
"matchPackagePrefixes": [
@@ -69,12 +71,12 @@
"groupSlug": "twig"
},
{
"groupName": "symfony packages",
"groupSlug": "symfony",
"matchPackagePrefixes": [
"symfony/"
],
"separateMinorPatch": true,
"groupName": "symfony packages",
"groupSlug": "symfony"
"separateMinorPatch": true
},
{
"description": "Don't upgrade phpunit/phpunit to 10.x until we do it ourselves",

0 comments on commit 6b6dc8f

Please sign in to comment.