Skip to content

Commit

Permalink
Update GitHub Action to upgrade npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoizey committed Jan 30, 2024
1 parent d51f2c5 commit 27c5745
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/update-dependencies.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/upgrade-dependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Upgrade dependencies

on:
schedule:
# https://crontab.guru/#0_8_*_*_1
- cron: '0 8 * * 1'
workflow_dispatch:

concurrency:
group: upgrade-dependencies
cancel-in-progress: true

jobs:
upgrade-dependencies:
uses: nhoizey/upgrade-dependencies/.github/workflows/upgrade-dependencies.yml@main
secrets: inherit

0 comments on commit 27c5745

Please sign in to comment.