File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
3+ # SPDX-License-Identifier: AGPL-3.0-or-later
4+ #
5+ # To get started with Dependabot version updates, you'll need to specify which
6+ # package ecosystems to update and where the package manifests are located.
7+ # Please see the documentation for all configuration options:
8+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
9+
10+ version : 2
11+ updates :
12+ - package-ecosystem : composer
13+ directory : " /"
14+ schedule :
15+ interval : weekly
16+ day : saturday
17+ time : " 03:00"
18+ timezone : Europe/Paris
19+ open-pull-requests-limit : 10
20+ - package-ecosystem : npm
21+ directory : " /"
22+ schedule :
23+ interval : weekly
24+ day : saturday
25+ time : " 03:00"
26+ timezone : Europe/Paris
27+ open-pull-requests-limit : 10
You can’t perform that action at this time.
0 commit comments