Skip to content

Update Dependencies #238

Update Dependencies

Update Dependencies #238

name: Update Dependencies
on:
workflow_dispatch: {}
schedule:
- cron: '0 12 * * *'
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run:
yarn up '*'
yarn up -R '*'
yarn up '@sha1n/*'
yarn up -R '@sha1n/*'
- name: PR
uses: technote-space/create-pr-action@v2
with:
COMMIT_MESSAGE: Updated dependencies
PR_BRANCH_NAME: automatic_dependency_updates
PR_TITLE: Update dependencies
PR_BODY: Automatic `yarn up` based dependencies update