Skip to content

Commit

Permalink
Create update_dependencies.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sha1n authored Feb 25, 2022
1 parent 25a55b2 commit cebeb98
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Update Dependencies

on:
schedule:
- cron: '0 12 * * *'

jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: "yarn up -R '*'"

- 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

0 comments on commit cebeb98

Please sign in to comment.