Skip to content

Commit 3d73c16

Browse files
CopilotTerrorSquad
andcommitted
fix: use correct Composer package patterns in renovate.json
Co-authored-by: TerrorSquad <11096867+TerrorSquad@users.noreply.github.com>
1 parent 36eab14 commit 3d73c16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

booster/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"schedule": ["every weekend"]
1616
},
1717
{
18-
"matchPackagePatterns": ["^php/", "phpunit/", "phpstan/", "psalm/", "symfony/"],
18+
"matchPackagePatterns": ["phpunit/", "phpstan/", "psalm/", "symfony/", "doctrine/", "guzzlehttp/"],
1919
"groupName": "PHP dependencies"
2020
}
2121
],

docs/content/3.tools/9.renovate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The default `renovate.json` configuration includes:
6464
"schedule": ["every weekend"]
6565
},
6666
{
67-
"matchPackagePatterns": ["^php/", "phpunit/", "phpstan/", "psalm/", "symfony/"],
67+
"matchPackagePatterns": ["phpunit/", "phpstan/", "psalm/", "symfony/", "doctrine/", "guzzlehttp/"],
6868
"groupName": "PHP dependencies"
6969
}
7070
],

0 commit comments

Comments
 (0)