Files
systemd/.github/dependabot.yml
Daan De Meyer f7b9bbdd29 dependabot: Ignore mkosi
It doesn't update MinimumVersion= in mkosi.conf which breaks
tools/fetch-mkosi.py.

(cherry picked from commit b13cc855e2)
(cherry picked from commit e1a1c9489f)
2026-05-27 12:20:20 +01:00

30 lines
819 B
YAML

# SPDX-License-Identifier: LGPL-2.1-or-later
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
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