Skip to content

Commit

Permalink
chore(dependencies): Use weekly GitHub action for dependency updates (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored Mar 17, 2020
1 parent 5cdcc4f commit 4127834
Show file tree
Hide file tree
Showing 17 changed files with 1,908 additions and 265 deletions.
124 changes: 0 additions & 124 deletions .dependabot/config.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
schedule:
- cron: '0 0 * * 0'
name: Update packages
jobs:
release:
name: Update npm packages
runs-on: ubuntu-latest
steps:
- name: Update npm packages
uses: technote-space/create-pr-action@v1
with:
EXECUTE_COMMANDS: |
npm install
npm run update-dependencies
npm run clean
npm install
COMMIT_MESSAGE: 'chore(dependencies): Update all dependencies'
COMMIT_NAME: 'GitHub Actions'
COMMIT_EMAIL: 'daff@neyeon.com'
PR_BRANCH_NAME: 'chore-npm-update-${PR_ID}'
PR_TITLE: 'chore(dependencies): Update all dependencies'
Loading

0 comments on commit 4127834

Please # to comment.