mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Merge pull request #672 from creative-commoners/pulls/3/update-js-deps
MNT Add update JS deps workflow
This commit is contained in:
commit
214c370d68
9
.github/workflows/update-js-deps.yml
vendored
Normal file
9
.github/workflows/update-js-deps.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user