From: Yu Watanabe Date: Wed, 28 Jan 2026 05:43:06 +0000 (+0900) Subject: github: make dependabot not update mkosi reference X-Git-Tag: v260-rc1~302 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=586ae3f29a20f802b31f87e855342d6ee117dff0;p=thirdparty%2Fsystemd.git github: make dependabot not update mkosi reference 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. --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 767084164ab..506911ad41d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,9 @@ updates: groups: actions: patterns: - - "*" + - "*" + exclude-patterns: + - "mkosi" open-pull-requests-limit: 2 - package-ecosystem: "pip" directory: "/.github/workflows"