Skip to content

Self-hosted Renovate #825

Self-hosted Renovate

Self-hosted Renovate #825

Workflow file for this run

name: Self-hosted Renovate
on:
schedule:
- cron: "22 */4 * * *"
workflow_dispatch:
jobs:
renovate:
permissions:
# Needed for logging into vault.
contents: read
id-token: write
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Self-hosted renovate
uses: grafana/sm-renovate/actions/renovate@main