Skip to content

Commit d33ca2a

Browse files
authored
Add aria-query to testling-library-related
1 parent 7770118 commit d33ca2a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.renovaterc.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@
5151
"groupName": "jest-related"
5252
},
5353
{
54-
"matchPackagePatterns": [
54+
"matchPackageNames": [
5555
"@testing-library/dom",
5656
"@testing-library/jest-dom",
57-
"dom-accessibility-api"
57+
"dom-accessibility-api",
58+
"aria-query"
5859
],
5960
"groupName": "testing-library-related"
6061
}

0 commit comments

Comments
 (0)