Skip to content

Commit 6e062f1

Browse files
Merge pull request #315 from nextcloud-libraries/dependabot/npm_and_yarn/vite-7.2.1
chore(deps-dev): Bump vite from 6.4.1 to 7.2.1
2 parents b63adc4 + 3a60d08 commit 6e062f1

File tree

3 files changed

+905
-752
lines changed

3 files changed

+905
-752
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
2-
# SPDX-License-Identifier: GPL-3.0-or-later
1+
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: CC0-1.0
3+
34
version: 2
45
updates:
56
- package-ecosystem: npm
@@ -10,3 +11,13 @@ updates:
1011
time: "03:00"
1112
timezone: Europe/Paris
1213
open-pull-requests-limit: 10
14+
versioning-strategy: increase
15+
groups:
16+
vite:
17+
patterns:
18+
- "vite"
19+
- "@nextcloud/vite-config"
20+
vitest:
21+
patterns:
22+
- "vitest"
23+
- "@vitest/*"

0 commit comments

Comments
 (0)