From a55b8d067cb7ebf5bc78a010ac0fbeb3ced5b81c Mon Sep 17 00:00:00 2001 From: Hany Almnaem <136475013+Hany-Almnaem@users.noreply.github.com> Date: Wed, 26 Feb 2025 17:41:39 +0300 Subject: [PATCH 1/2] Update dependabot.yml to ensure Dependabot is set up to auto-update Docker dependencies Fixes #243 --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4d1b35d1..afb647de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,3 +23,10 @@ updates: reviewers: - "bajtos" - "juliangruber" + - package-ecosystem: "docker" + directories: + - "/" + schedule: + interval: "daily" + time: "15:00" + timezone: "Europe/Berlin" From 2ca162d970667e18f18bb0578a4cd25402e19d9c Mon Sep 17 00:00:00 2001 From: Hany Almnaem <136475013+Hany-Almnaem@users.noreply.github.com> Date: Thu, 27 Feb 2025 14:34:01 +0300 Subject: [PATCH 2/2] Fix typo & times configured dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index afb647de..87a9e529 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,10 +23,10 @@ updates: reviewers: - "bajtos" - "juliangruber" - - package-ecosystem: "docker" + - package-ecosystem: "docker" directories: - "/" schedule: interval: "daily" - time: "15:00" + time: "09:00" timezone: "Europe/Berlin"