From 349b32620c4bafbad1b88a7ef54fbf4a16ade06d Mon Sep 17 00:00:00 2001 From: xZero707 Date: Sat, 10 Sep 2022 02:45:52 +0200 Subject: [PATCH] Add patch-util --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac73511..b14e94e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,3 +16,11 @@ updates: interval: "weekly" assignees: - "xZero707" + + # Maintain Docker image dependencies for patch-util (build) + - package-ecosystem: "docker" + directory: "/build/patch-util" + schedule: + interval: "weekly" + assignees: + - "xZero707"