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- # To get started with Dependabot version updates, you'll need to specify which
2- # package ecosystems to update and where the package manifests are located.
3- # Please see the documentation for all configuration options:
4- # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5- #
6- # SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
7- # SPDX-License-Identifier: AGPL-3.0-or-later
1+ # SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
2+ # SPDX-License-Identifier: CC0-1.0
3+
84version : 2
95updates :
106- package-ecosystem : npm
11- directory : /
7+ directory : " / "
128 schedule :
13- interval : daily
9+ interval : weekly
10+ day : saturday
11+ time : " 03:00"
1412 timezone : Europe/Paris
1513 open-pull-requests-limit : 10
1614 versioning-strategy : increase
17- labels :
18- - 3. to review
19- - dependencies
20- commit-message :
21- prefix : " chore"
22- include : " scope"
23-
24- - package-ecosystem : github-actions
25- directory : /
26- schedule :
27- interval : daily
28- timezone : Europe/Paris
29- open-pull-requests-limit : 10
30- labels :
31- - 3. to review
32- - dependencies
33- commit-message :
34- prefix : " ci"
35- include : " scope"
15+ groups :
16+ vite :
17+ patterns :
18+ - " vite"
19+ - " @nextcloud/vite-config"
20+ vitest :
21+ patterns :
22+ - " vitest"
23+ - " @vitest/*"
You can’t perform that action at this time.
0 commit comments