From: Yu Watanabe Date: Wed, 28 Jan 2026 05:59:58 +0000 (+0900) Subject: github/dependabot: fix mkosi -> systemd/mkosi X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49beafb40a18a80cf05daf62ed274640655b0984;p=thirdparty%2Fsystemd.git github/dependabot: fix mkosi -> systemd/mkosi --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 506911ad41d..ded4b244e50 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: patterns: - "*" exclude-patterns: - - "mkosi" + - "systemd/mkosi" open-pull-requests-limit: 2 - package-ecosystem: "pip" directory: "/.github/workflows"