Skip to content

Commit

Permalink
fix: group names
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavomorinaga authored Aug 31, 2022
1 parent 7759131 commit 05bcd3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"assignees": ["gmatthewsfeuer"],
"packageRules": [
{
"matchPackagePatterns": ["@emotion", "@chakra-ui", "framer-motion"],
"matchPackagePatterns": ["emotion", "chakra-ui", "framer-motion"],
"groupName": "chakra-ui"
},
{
Expand All @@ -33,19 +33,19 @@
"groupName": "react"
},
{
"matchPackagePatterns": ["@testing-library", "jest"],
"matchPackagePatterns": ["testing-library", "jest"],
"groupName": "tests"
},
{
"matchPackagePatterns": ["^eslint", "prettier"],
"groupName": "lint"
},
{
"matchPackagePatterns": ["@types", "typescript"],
"matchPackagePatterns": ["types", "typescript"],
"groupName": "typescript"
},
{
"matchPackagePatterns": ["@commitlint", "husky", "lint-staged", "standard-version"],
"matchPackagePatterns": ["commitlint", "husky", "lint-staged", "standard-version"],
"groupName": "pattern"
},
{
Expand Down

1 comment on commit 05bcd3e

@vercel
Copy link

@vercel vercel bot commented on 05bcd3e Aug 31, 2022

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.