chore: fix dependabot.yml (#5307)

In the last PR i confused group-by with patterns
This commit is contained in:
Fleny
2026-08-14 09:38:15 +02:00
committed by GitHub
parent fdf114930c
commit e26cc60b30
+4 -4
View File
@@ -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: '*'