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