From 3aeaa121a3105f0d4b060e32cf73eb85daf3a1e9 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 26 Oct 2020 23:24:16 +0100 Subject: [PATCH] root: add dockerfile to dependabot --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0369adfdb..726220f26 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,3 +24,19 @@ updates: open-pull-requests-limit: 10 assignees: - BeryJu +- package-ecosystem: docker + directory: "/" + schedule: + interval: daily + time: "04:00" + open-pull-requests-limit: 10 + assignees: + - BeryJu +- package-ecosystem: docker + directory: "/proxy" + schedule: + interval: daily + time: "04:00" + open-pull-requests-limit: 10 + assignees: + - BeryJu