Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 85cce5b

Browse files
committed
dependabot: group i18next & apalis-* dependencies
1 parent 356c1c5 commit 85cce5b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ updates:
88
schedule:
99
interval: "daily"
1010
groups:
11+
apalis:
12+
patterns:
13+
- "apalis"
14+
- "apalis-*"
1115
aws:
1216
patterns:
1317
- "aws-*"
@@ -59,10 +63,17 @@ updates:
5963
- "vite"
6064
- "@vitejs/*"
6165
- "vite-*"
66+
i18next:
67+
patterns:
68+
- "i18next"
69+
- "i18next-*"
70+
- "react-i18next"
6271
react:
6372
patterns:
6473
- "react"
6574
- "react-*"
75+
exclude-patterns:
76+
- "react-i18next"
6677
jotai:
6778
patterns:
6879
- "jotai"

0 commit comments

Comments
 (0)