35 lines
765 B
YAML
35 lines
765 B
YAML
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: composer
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
day: saturday
|
|
time: "03:00"
|
|
timezone: Europe/Paris
|
|
cooldown:
|
|
default-days: 7
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
day: saturday
|
|
time: "03:00"
|
|
timezone: Europe/Paris
|
|
cooldown:
|
|
default-days: 7
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
day: saturday
|
|
time: "03:00"
|
|
timezone: Europe/Paris
|
|
cooldown:
|
|
default-days: 7
|
|
open-pull-requests-limit: 10 |