From 85cce5ba4dbd41429c5ad27d9ce9dddc49de5877 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Thu, 19 Oct 2023 23:57:21 +0200 Subject: [PATCH] dependabot: group i18next & apalis-* dependencies --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2cf09ea8..11b5d8ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,10 @@ updates: schedule: interval: "daily" groups: + apalis: + patterns: + - "apalis" + - "apalis-*" aws: patterns: - "aws-*" @@ -59,10 +63,17 @@ updates: - "vite" - "@vitejs/*" - "vite-*" + i18next: + patterns: + - "i18next" + - "i18next-*" + - "react-i18next" react: patterns: - "react" - "react-*" + exclude-patterns: + - "react-i18next" jotai: patterns: - "jotai"