Skip to content

Self-hosted Renovate #164

Self-hosted Renovate

Self-hosted Renovate #164

Workflow file for this run

name: Self-hosted Renovate
on:
schedule:
- cron: "10 */4 * * *"
workflow_dispatch:
permissions:
contents: none
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
with:
persist-credentials: false
- name: Self-hosted renovate
uses: grafana/sm-renovate/actions/renovate@main