From 888ea5a22903cce9ca66c623204a15d8c89a3463 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sat, 27 Apr 2024 08:01:51 +0200 Subject: [PATCH] dependabot: Group React and types packages Also sort the list alphabetically. --- .github/dependabot.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4258f34a..56ceb21d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,12 +15,19 @@ updates: esbuild: patterns: - "esbuild*" + patternfly: + patterns: + - "@patternfly*" + react: + patterns: + - "react*" stylelint: patterns: - "stylelint*" - patternfly: + types: patterns: - - "@patternfly*" + - "@types*" + - "types*" - package-ecosystem: "github-actions" directory: "/"