Skip to content

Commit

Permalink
Merge pull request #672 from creative-commoners/pulls/3/update-js-deps
Browse files Browse the repository at this point in the history
MNT Add update JS deps workflow
  • Loading branch information
Maxime Rainville authored Mar 23, 2022
2 parents 183c659 + 571007d commit 214c370
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/update-js-deps.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 214c370

Please sign in to comment.