]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dependabot: Ignore mkosi
authorDaan De Meyer <daan@amutable.com>
Tue, 19 May 2026 13:56:57 +0000 (13:56 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 19 May 2026 14:36:39 +0000 (16:36 +0200)
It doesn't update MinimumVersion= in mkosi.conf which breaks
tools/fetch-mkosi.py.

.github/dependabot.yml

index cb8f6ab23e13f9601d03e73308023d6d0991a8d5..37b0fcc35379fcb9744f3844450ade1e9b482957 100644 (file)
@@ -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