16 lines
379 B
YAML
16 lines
379 B
YAML
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
version: 2
|
|
updates:
|
|
# GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: ".github/workflows"
|
|
commit-message:
|
|
prefix: "ci"
|
|
include: "scope"
|
|
schedule:
|
|
interval: weekly
|
|
day: saturday
|
|
time: "03:00"
|
|
timezone: Europe/Berlin
|