mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 00:37:22 +00:00
chore: fix dependabot.yml (#5307)
In the last PR i confused group-by with patterns
This commit is contained in:
@@ -7,7 +7,7 @@ updates:
|
||||
interval: 'weekly'
|
||||
groups:
|
||||
library-bumps:
|
||||
group-by: '*'
|
||||
patterns: '*'
|
||||
- package-ecosystem: 'github-actions'
|
||||
directory: '/'
|
||||
labels: ['dependencies', 't-ci']
|
||||
@@ -15,7 +15,7 @@ updates:
|
||||
interval: 'weekly'
|
||||
groups:
|
||||
ci-bumps:
|
||||
group-by: '*'
|
||||
patterns: '*'
|
||||
- package-ecosystem: 'npm'
|
||||
directory: '/website'
|
||||
labels: ['dependencies', 't-build', 'website']
|
||||
@@ -23,7 +23,7 @@ updates:
|
||||
interval: 'weekly'
|
||||
groups:
|
||||
website-bumps:
|
||||
group-by: '*'
|
||||
patterns: '*'
|
||||
- package-ecosystem: 'npm'
|
||||
directories: ['examples/*']
|
||||
labels: ['dependencies', 't-build', 'template']
|
||||
@@ -31,4 +31,4 @@ updates:
|
||||
interval: 'monthly'
|
||||
groups:
|
||||
example-deps:
|
||||
group-by: '*'
|
||||
patterns: '*'
|
||||
|
||||
Reference in New Issue
Block a user