Skip to content

Commit 32c19dc

Browse files
bartvenemanclaude
andauthored
Group oxc dependencies in Dependabot configuration (#127)
* chore: group oxlint and oxfmt dependabot updates under oxc group * chore: remove incorrect @oxlint/* pattern from dependabot group --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 89f54bc commit 32c19dc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ updates:
77
directory: '/'
88
schedule:
99
interval: 'weekly'
10+
groups:
11+
oxc:
12+
patterns:
13+
- 'oxlint'
14+
- 'oxfmt'
1015
- package-ecosystem: 'github-actions'
1116
directory: '/'
1217
schedule:

0 commit comments

Comments
 (0)