Skip to content

Commit

Permalink
chore(config): migrate renovate config (#398)
Browse files Browse the repository at this point in the history
* chore(config): migrate config .github/renovate.json

* fix: 💄 Update formatting of renovate file

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Edwin Hernandez <[email protected]>
  • Loading branch information
renovate[bot] and edwinhern authored Dec 23, 2024
1 parent 7180efe commit 691c677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"automerge": true
},
{
"matchPackagePatterns": ["^@radix-ui/react-"],
"groupName": "radix-ui",
"groupSlug": "radix-ui",
"automerge": true
"automerge": true,
"matchPackageNames": ["/^@radix-ui/react-/"]
},
{
"matchPackageNames": ["class-variance-authority", "clsx"],
Expand Down

0 comments on commit 691c677

Please sign in to comment.