From 731ca70b56e454076a70bce69e9e09ef3c30c37f Mon Sep 17 00:00:00 2001 From: aqu-dell <108017114+aqu-dell@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:45:11 -0400 Subject: [PATCH] csm-installer depedabot yml update (#531) --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 59feaa4e..bbb5bda2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -157,3 +157,20 @@ updates: csm-replication: patterns: - "*" + + # csm-installer packages + - package-ecosystem: docker + target-branch: "release-v1.12.0" + directories: + - /charts/csm-installer + labels: + - dependencies + schedule: + # check daily + interval: daily + # at 6pm UTC + time: "18:00" + groups: + csm-installer: + patterns: + - "*"