1
0
mirror of https://github.com/silverstripe/silverstripe-contentreview synced 2024-10-22 17:05:47 +02:00

MNT Add update JS deps workflow

This commit is contained in:
Steve Boyd 2022-03-22 12:07:10 +13:00
parent 141e8d0bf3
commit 3447883c3c

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