File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
1+ # SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
22# SPDX-License-Identifier: CC0-1.0
33
44version : 2
@@ -20,8 +20,17 @@ updates:
2020 day : saturday
2121 time : " 03:00"
2222 timezone : Europe/Paris
23- versioning-strategy : increase
2423 open-pull-requests-limit : 10
24+ versioning-strategy : increase
25+ groups :
26+ vite :
27+ patterns :
28+ - " vite"
29+ - " @nextcloud/vite-config"
30+ vitest :
31+ patterns :
32+ - " vitest"
33+ - " @vitest/*"
2534
2635# maintained stable branch
2736- package-ecosystem : npm
@@ -32,9 +41,18 @@ updates:
3241 day : saturday
3342 time : " 03:00"
3443 timezone : Europe/Paris
35- versioning-strategy : increase
3644 open-pull-requests-limit : 10
45+ versioning-strategy : increase
46+ groups :
47+ vite :
48+ patterns :
49+ - " vite"
50+ - " @nextcloud/vite-config"
51+ vitest :
52+ patterns :
53+ - " vitest"
54+ - " @vitest/*"
3755 ignore :
3856 # no major updates on stable branches
3957 - dependency-name : " *"
40- update-types : ["version-update:semver-major"]
58+ update-types : ["version-update:semver-major"]
You can’t perform that action at this time.
0 commit comments