From 042913e0b128420ed8bae3a8ded43012124dd22a Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Tue, 5 Jan 2021 13:40:32 +0100 Subject: [PATCH] add builder image to dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4db8971..047ddff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,3 +15,8 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 +- package-ecosystem: docker + directory: "/docker_builder" + schedule: + interval: daily + open-pull-requests-limit: 10