From dfa89e5342e785845562dddde1717e1995d0126f Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 22 Mar 2022 12:06:30 +1300 Subject: [PATCH] MNT Add update JS deps workflow --- .github/workflows/update-js-deps.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/update-js-deps.yml diff --git a/.github/workflows/update-js-deps.yml b/.github/workflows/update-js-deps.yml new file mode 100644 index 00000000..06840a49 --- /dev/null +++ b/.github/workflows/update-js-deps.yml @@ -0,0 +1,9 @@ +name: Update JS deps +on: + # Run on a schedule once per quarter + schedule: + - cron: '0 0 1 */3 *' + workflow_dispatch: +jobs: + ci: + uses: silverstripe/github-actions-ci-cd/.github/workflows/update-js-deps.yml@v0.1