From: Daan De Meyer Date: Tue, 19 May 2026 13:56:57 +0000 (+0000) Subject: dependabot: Ignore mkosi X-Git-Tag: v261-rc1~95 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b13cc855e2053fc72991f8d729783b08df82b7a0;p=thirdparty%2Fsystemd.git dependabot: Ignore mkosi It doesn't update MinimumVersion= in mkosi.conf which breaks tools/fetch-mkosi.py. --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cb8f6ab23e1..37b0fcc3537 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,10 @@ updates: actions: patterns: - "*" - exclude-patterns: - - "systemd/mkosi" + 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