Skip to content

Check for yarn updates #24

Check for yarn updates

Check for yarn updates #24

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
issues: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Update yarn
uses: ffflorian/actions/yarn-update@c9a3071b2d17985d88f3bbaeab838871d9b61bdd
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
git_authorship: 'Florian Imdahl <git@ffflorian.de>'
release_cooldown_days: '5'
assignees: 'ffflorian'