mirror of
https://github.com/agam778/MS-365-Electron.git
synced 2026-02-17 09:02:10 +00:00
Create dependency_updates.yml
This commit is contained in:
24
.github/workflows/dependency_updates.yml
vendored
Normal file
24
.github/workflows/dependency_updates.yml
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user