Skip to content

Commit

Permalink
MNT Add update JS deps workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Mar 21, 2022
1 parent f652e8a commit 93ba186
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/[email protected]

0 comments on commit 93ba186

Please sign in to comment.