Skip to content

Package Updater

Package Updater #10569

Workflow file for this run

name: Package Updater
on:
schedule:
- cron: '0 * * * *'
permissions:
contents: write
pull-requests: write
jobs:
update:
runs-on: ubuntu-latest
name: Update Dependencies
steps:
- uses: actions/checkout@v3
- uses: ./
with:
dependencies-yml: ./dependencies.yml