Skip to content

Check for yarn updates #17

Check for yarn updates

Check for yarn updates #17

Workflow file for this run

name: Check for yarn updates
permissions: {}
on:
schedule:
- cron: '0 5 1 * *'
push:
branches:
- main
paths:
- '.github/workflows/yarn_update.yml'
workflow_dispatch:
jobs:
yarn-update-check:
name: Yarn update check
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Update yarn
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ffflorian/actions/yarn-update@4405e0d723a90f03f13aaf0b454f541a77fd66a3
with:
git_authorship: 'Florian Imdahl <git@ffflorian.de>'
release_cooldown_days: '5'