File tree Expand file tree Collapse file tree 2 files changed +29
-25
lines changed Expand file tree Collapse file tree 2 files changed +29
-25
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}
Original file line number Diff line number Diff line change @@ -2997,9 +2997,9 @@ balanced-match@^1.0.0:
29972997 integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
29982998
29992999base-x@^3.0.8 :
3000- version "3.0.9 "
3001- resolved "https://registry.yarnpkg.com/base-x/-/base-x-3.0.9 .tgz#6349aaabb58526332de9f60995e548a53fe21320 "
3002- integrity sha512-H7JU6iBHTal1gp56aKoaa//YUxEaAOUiydvrV/pILqIHXTtqxSkATOnDA2u+jZ/61sD+L/412+7kzXRtWukhpQ ==
3000+ version "3.0.11 "
3001+ resolved "https://registry.yarnpkg.com/base-x/-/base-x-3.0.11 .tgz#40d80e2a1aeacba29792ccc6c5354806421287ff "
3002+ integrity sha512-xz7wQ8xDhdyP7tQxwdteLYeFfS68tSMNCZ/Y37WJ4bhGfKPpqEIlmIyueQHqOyoPhE6xNUqjzRr8ra0eF9VRvA ==
30033003 dependencies :
30043004 safe-buffer "^5.0.1"
30053005
You can’t perform that action at this time.
0 commit comments