Skip to content

Commit

Permalink
Merge pull request #1138 from creative-commoners/pulls/5/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 30, 2022
2 parents ea20c6d + 9586906 commit cd0deae
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 cd0deae

Please sign in to comment.