Skip to content

Renovate

Renovate #54

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "0 8 * * 1"
jobs:
renovate:
permissions: write-all
name: Renovate dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Renovate
uses: dagger/dagger-for-github@v8.4.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: "0.21.7"
verb: call
args: renovate --github-token=env://GITHUB_TOKEN