mirror of
https://github.com/systemd/systemd.git
synced 2026-08-10 01:48:09 +00:00
34 lines
880 B
YAML
34 lines
880 B
YAML
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
actions:
|
|
patterns:
|
|
- "*"
|
|
ignore:
|
|
# We pin systemd/mkosi to a specific commit on purpose so the CI environment stays
|
|
# reproducible across runs; bump it with tools/fetch-mkosi.py when we need a newer mkosi.
|
|
- dependency-name: "systemd/mkosi"
|
|
cooldown:
|
|
default-days: 7
|
|
open-pull-requests-limit: 2
|
|
- package-ecosystem: "pip"
|
|
directory: "/.github/workflows"
|
|
schedule:
|
|
interval: "monthly"
|
|
cooldown:
|
|
default-days: 7
|
|
open-pull-requests-limit: 2
|
|
- package-ecosystem: "docker"
|
|
directory: "/.clusterfuzzlite"
|
|
schedule:
|
|
interval: "monthly"
|
|
cooldown:
|
|
default-days: 7
|
|
open-pull-requests-limit: 2
|