Skip to content

Commit 01bf2ba

Browse files
authored
Merge pull request #2094 from nextcloud-libraries/dependabot/npm_and_yarn/main/vitest-4.0.8
chore(deps-dev): bump vitest from 3.2.4 to 4.0.8
2 parents bd0453c + 46c70d2 commit 01bf2ba

3 files changed

Lines changed: 415 additions & 377 deletions

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)