From 21f21f8ba8f7eb973dde1e176c63dfe0db3cef86 Mon Sep 17 00:00:00 2001 From: Fernando Alfaro Campos Date: Tue, 15 Oct 2024 09:50:19 -0400 Subject: [PATCH] Update installation wizard dependabot (#538) --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bbb5bda2..9e7520e3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -174,3 +174,20 @@ updates: csm-installer: patterns: - "*" + + # installation-wizard packages + - package-ecosystem: docker + target-branch: "release-v1.12.0" + directories: + - /installation-wizard/container-storage-modules + labels: + - dependencies + schedule: + # check daily + interval: daily + # at 6pm UTC + time: "18:00" + groups: + container-storage-modules: + patterns: + - "*"