From e26cc60b304c4c9cdc75878a636fefd464dcbb17 Mon Sep 17 00:00:00 2001 From: Fleny Date: Fri, 14 Aug 2026 09:38:15 +0200 Subject: [PATCH] chore: fix dependabot.yml (#5307) In the last PR i confused group-by with patterns --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8db33a3ee..8fa743197 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: '*'