Skip to content

Commit 4ec9559

Browse files
Migrate config renovate.json (#282)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f49092 commit 4ec9559

File tree

1 file changed

+26
-22
lines changed

1 file changed

+26
-22
lines changed

renovate.json

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,41 @@
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
}

0 commit comments

Comments
 (0)