Skip to content

Commit

Permalink
Merge pull request #87 from creative-commoners/pulls/4/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 d33e759 + f191b38 commit 11a563c
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 11a563c

Please sign in to comment.