From 586ae3f29a20f802b31f87e855342d6ee117dff0 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 28 Jan 2026 14:43:06 +0900 Subject: [PATCH] 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. --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 2.47.3