File tree Expand file tree Collapse file tree 1 file changed +26
-22
lines changed
Expand file tree Collapse file tree 1 file changed +26
-22
lines changed Original file line number Diff line number Diff line change 11{
22 "extends" : [
3- " config:base "
3+ " config:recommended "
44 ],
55 "dependencyDashboardApproval" : true ,
6- "ignoreDeps" : [" geoip2/geoip2" , " maxmind-db/reader" , " maxmind/web-service-common" ],
6+ "ignoreDeps" : [
7+ " geoip2/geoip2" ,
8+ " maxmind-db/reader" ,
9+ " maxmind/web-service-common"
10+ ],
711 "packageRules" : [
812 {
9- "matchPackagePatterns " : [
10- " ^just- "
11- ],
12- "groupName" : " Just JS monorepo "
13+ "groupName " : " Just JS monorepo " ,
14+ "matchPackageNames" : [
15+ " /^just-/ "
16+ ]
1317 },
1418 {
15- "matchPackagePatterns " : [
16- " eslint " ,
17- " jest "
18- ],
19- "groupName" : " testing (JS) "
19+ "groupName " : " testing (JS) " ,
20+ "matchPackageNames" : [
21+ " /eslint/ " ,
22+ " /jest/ "
23+ ]
2024 },
2125 {
22- "matchPackagePatterns " : [
23- " roots/wordpress " ,
24- " yoast/phpunit-polyfills " ,
25- " wp-phpunit/wp- phpunit" ,
26- " phpunit/phpunit"
27- ],
28- "groupName" : " testing (PHP) "
26+ "groupName " : " testing (PHP) " ,
27+ "matchPackageNames" : [
28+ " /roots/wordpress/ " ,
29+ " /yoast/ phpunit-polyfills/ " ,
30+ " /wp- phpunit/wp- phpunit/ " ,
31+ " /phpunit/phpunit/ "
32+ ]
2933 },
3034 {
31- "matchPackagePatterns " : [
32- " symfony "
33- ],
34- "groupName" : " symfony "
35+ "groupName " : " symfony " ,
36+ "matchPackageNames" : [
37+ " /symfony/ "
38+ ]
3539 }
3640 ]
3741}
You can’t perform that action at this time.
0 commit comments