Skip to content

Commit

Permalink
[UI v2] feat: Adds dependabot groupings for ui-v2 (#16477)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinvillarosa authored Dec 24, 2024
1 parent 2fada4c commit 981cde9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,31 @@ updates:
interval: "weekly"
labels: ["ui", "ui-dependency"]

- package-ecosystem: "npm"
directory: '/ui-v2/'
schedule:
interval: "weekly"
labels: ["ui-v2", "ui-v2-dependency"]
groups:
# This is the name of your group, it will be used in PR titles and branch names
radix:
patterns:
- "@radix-ui*"
eslint:
patterns:
- "@eslint*"
- "eslint*"
storybook:
patterns:
- "storybook"
- "@storybook*"
testling-library:
patterns:
- "@testing-library*"
tanstack:
patterns:
- "@tanstack*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 981cde9

Please sign in to comment.