Merge pull request #672 from creative-commoners/pulls/3/update-js-deps

MNT Add update JS deps workflow
This commit is contained in:
Maxime Rainville 2022-03-23 16:07:03 +13:00 committed by GitHub
commit 214c370d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.github/workflows/update-js-deps.yml vendored Normal file
View File

@ -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