Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-ac-martin authored Nov 7, 2024
1 parent 55ee20a commit 932cbac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jest",
"jest-environment-jsdom",
"ts-jest",
"/^@jest//"
"@jest/**"
],
"groupName": "jest"
},
Expand Down Expand Up @@ -67,8 +67,8 @@
"matchPackageNames": [
"mdx-js",
"storybook",
"/^@mdx-js//",
"/^@storybook//"
"@mdx-js/**",
"@storybook/**"
],
"groupName": "storybook"
},
Expand All @@ -77,15 +77,15 @@
"@testing-library/jest-dom",
"@testing-library/react",
"@testing-library/user-event",
"/^@testing-library//"
"@testing-library/**"
],
"groupName": "testing-library"
},
{
"groupName": "webpack",
"matchPackageNames": [
"/^@types/webpack/",
"/^webpack/"
"@types/webpack*",
"webpack*"
]
}
],
Expand Down

1 comment on commit 932cbac

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.