From de73e79e155f9d04f838d958396937e0b5aaea6a Mon Sep 17 00:00:00 2001 From: Mike Bell Date: Fri, 31 May 2024 15:14:58 +0100 Subject: [PATCH] feat: add dependabot to cloud platform project workflow --- .github/workflows/dependencies-project.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/dependencies-project.yml diff --git a/.github/workflows/dependencies-project.yml b/.github/workflows/dependencies-project.yml new file mode 100644 index 0000000..b3c421c --- /dev/null +++ b/.github/workflows/dependencies-project.yml @@ -0,0 +1,11 @@ +name: Add dependencies to Cloud Platform project + +on: + workflow_dispatch: + schedule: + - cron: '0 0 * * *' + +jobs: + add-dependabot-to-project: + uses: ministryofjustice/cloud-platform-github-workflows/.github/workflows/dependencies-project.yml@main + secrets: inherit