From 49f410a6b99e2bae1b4c778bdc6fc2b1377446d7 Mon Sep 17 00:00:00 2001 From: Agampreet Singh <68941022+agam778@users.noreply.github.com> Date: Thu, 17 Feb 2022 16:57:04 +0530 Subject: [PATCH] Create dependency_updates.yml --- .github/workflows/dependency_updates.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/dependency_updates.yml diff --git a/.github/workflows/dependency_updates.yml b/.github/workflows/dependency_updates.yml new file mode 100644 index 0000000..8cd0e62 --- /dev/null +++ b/.github/workflows/dependency_updates.yml @@ -0,0 +1,24 @@ +name: Update dependencies + +on: + schedule: + - cron: '0 9 * * *' + workflow_dispatch: + +jobs: + update: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + + - run: yarn up '*' + + - name: Create pull request + uses: peter-evans/create-pull-request@v3.1.0 + with: + commit-message: Update all dependencies + branch: automatic_dependency_updates + title: Update all dependencies + body: An updated update of all NPM dependencies. + #labels: auto-merge + #reviewers: # optional