From 571007d431080c5fb6e01537519bf9bdab50d2a3 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 22 Mar 2022 12:05:44 +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 0000000..06840a4 --- /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