Skip to content

Renovate

Renovate #602

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 */4 * * *'
workflow_dispatch:
jobs:
renovate:
permissions:
contents: read
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout Code
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Generate token
id: generate-token
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a #v2.1.0
with:
revoke: true
app_id: ${{ secrets.RENOVATEGRAFANA_ID }}
private_key: ${{ secrets.RENOVATEGRAFANA_PEM }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@a1ed1d0adddfdf138192d1fbe3150a80094dee6a # v40.3.1
with:
renovate-version: 37.420.1@sha256:528f003c9aa77f6e916e3f9f5cc2fb9ae16fcf285af66f412a34325124f4a00e
configurationFile: .github/renovate-selfhosted.json
token: '${{ steps.generate-token.outputs.token }}'