Files
systemd/.github/dependabot.yml
Daan De Meyer b13cc855e2 dependabot: Ignore mkosi
It doesn't update MinimumVersion= in mkosi.conf which breaks
tools/fetch-mkosi.py.
2026-05-19 16:36:39 +02:00

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