From da21ffe78c79d6b4e4d420f4ce862a1bedd2024e Mon Sep 17 00:00:00 2001 From: Piotr Idzik <65706193+vil02@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:56:13 +0100 Subject: [PATCH] chore: configure dependabot to update docker files (#5086) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f8f0befb7..e568006bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,11 @@ --- version: 2 updates: + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" directory: "/.github/workflows/" schedule: