Skip to content

Commit 46c70d2

Browse files
committed
ci: ensure dependabot updates vitest as a group
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 5b72b70 commit 46c70d2

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
1+
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
22
# SPDX-License-Identifier: CC0-1.0
3+
34
version: 2
45
updates:
56
- package-ecosystem: npm
@@ -12,6 +13,15 @@ updates:
1213
timezone: Europe/Paris
1314
open-pull-requests-limit: 10
1415
versioning-strategy: increase
16+
groups:
17+
vite:
18+
patterns:
19+
- "vite"
20+
- "@nextcloud/vite-config"
21+
vitest:
22+
patterns:
23+
- "vitest"
24+
- "@vitest/*"
1525
- package-ecosystem: npm
1626
target-branch: 'stable6'
1727
directory: "/"
@@ -22,3 +32,12 @@ updates:
2232
timezone: Europe/Paris
2333
open-pull-requests-limit: 10
2434
versioning-strategy: increase
35+
groups:
36+
vite:
37+
patterns:
38+
- "vite"
39+
- "@nextcloud/vite-config"
40+
vitest:
41+
patterns:
42+
- "vitest"
43+
- "@vitest/*"

0 commit comments

Comments
 (0)