Skip to content

Commit fc6a1a9

Browse files
authored
chore: renovate @testing/library (#85)
1 parent 274df5e commit fc6a1a9

File tree

1 file changed

+43
-28
lines changed

1 file changed

+43
-28
lines changed

.github/renovate.json

Lines changed: 43 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,46 @@
11
{
2-
"extends": ["config:base"],
3-
"labels": ["dependencies", "automerge"],
4-
"packageRules": [
2+
"extends": ["config:base"],
3+
"labels": ["dependencies", "automerge"],
4+
"packageRules": [
55
{
6-
"groupName": "monorepo:ky",
7-
"packageNames": [
8-
"ky",
9-
"ky-universal"
10-
]
11-
},
12-
{
13-
"groupName": "monorepo:eslint",
14-
"packageNames": [
15-
"@typescript-eslint/eslint-plugin",
16-
"@typescript-eslint/parser",
17-
"eslint",
18-
"eslint-config-airbnb",
19-
"eslint-config-prettier",
20-
"eslint-config-import",
21-
"eslint-plugin-jest",
22-
"eslint-plugin-jsx-a11y",
23-
"eslint-plugin-prettier",
24-
"eslint-plugin-react",
25-
"eslint-plugin-react-hooks",
26-
"eslint-plugin-testcafe",
27-
"eslint-plugin-testing-library"
28-
]
29-
}
30-
]
6+
"groupName": "monorepo:ky",
7+
"packageNames": [
8+
"ky",
9+
"ky-universal"
10+
]
11+
},
12+
{
13+
"groupName": "monorepo:@testing-library",
14+
"packageNames": [
15+
"@testing-library/jest-dom",
16+
"@testing-library/react",
17+
"@testing-library/user-event"
18+
]
19+
},
20+
{
21+
"groupName": "monorepo:testcafe",
22+
"packageNames": [
23+
"testcafe",
24+
"@testing-library/testcafe"
25+
]
26+
},
27+
{
28+
"groupName": "monorepo:eslint",
29+
"packageNames": [
30+
"@typescript-eslint/eslint-plugin",
31+
"@typescript-eslint/parser",
32+
"eslint",
33+
"eslint-config-airbnb",
34+
"eslint-config-prettier",
35+
"eslint-config-import",
36+
"eslint-plugin-jest",
37+
"eslint-plugin-jsx-a11y",
38+
"eslint-plugin-prettier",
39+
"eslint-plugin-react",
40+
"eslint-plugin-react-hooks",
41+
"eslint-plugin-testcafe",
42+
"eslint-plugin-testing-library"
43+
]
44+
}
45+
]
3146
}

0 commit comments

Comments
 (0)