]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
github: make dependabot not update mkosi reference
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 28 Jan 2026 05:43:06 +0000 (14:43 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 28 Jan 2026 05:53:02 +0000 (14:53 +0900)
The refernce to mkosi is manually updated by using tools/fetch-mkosi.py,
and should not be done automatically, as it may have a bigger impact.

Follow-up for c69c5dd58abae56fd47240a06b60c4c9050154a2.

.github/dependabot.yml

index 767084164abb1b618da2574fcefe37b833f05675..506911ad41ddd680bb1e26f3e9fc9903ed9a3e52 100644 (file)
@@ -9,7 +9,9 @@ updates:
     groups:
       actions:
         patterns:
-          - "*"      
+          - "*"
+        exclude-patterns:
+          - "mkosi"
     open-pull-requests-limit: 2
   - package-ecosystem: "pip"
     directory: "/.github/workflows"