Skip to content

Self-hosted Renovate #1

Self-hosted Renovate

Self-hosted Renovate #1

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Self-hosted renovate
uses: grafana/sm-renovate/actions/renovate@main