Skip to content

Commit 1337a99

Browse files
authored
chore: group all npm updates in dependabot (#596)
refs projectwallace/projectwallace#6
1 parent b9c9ce7 commit 1337a99

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ updates:
66
- package-ecosystem: 'npm'
77
directory: '/'
88
schedule:
9-
interval: 'weekly'
9+
interval: 'monthly'
1010
groups:
11-
vite:
11+
projectwallace:
1212
patterns:
13-
- 'vitest'
14-
- '@vitest/*'
15-
oxc:
13+
- '@projectwallace/*'
14+
npm-all:
1615
patterns:
17-
- 'oxlint'
18-
- 'oxfmt'
16+
- '*'
17+
exclude-patterns:
18+
- '@projectwallace/*'
1919
- package-ecosystem: 'github-actions'
2020
directory: '/'
2121
schedule:
22-
interval: 'weekly'
22+
interval: 'monthly'
2323
groups:
2424
github-actions:
2525
patterns:

0 commit comments

Comments
 (0)