Skip to content

chore: Reenable Renovate platform-automerge #97

chore: Reenable Renovate platform-automerge

chore: Reenable Renovate platform-automerge #97

Workflow file for this run

name: Renovate
on:
push:
branches:
- main
paths:
- '.github/renovate.json5'
- '.github/workflows/renovate.yml'
pull_request:
paths:
- '.github/renovate.json5'
- '.github/workflows/renovate.yml'
permissions:
contents: read
jobs:
validate:
name: Validate Config
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
persist-credentials: false
- name: Validate Renovate Config
uses: grafana/shared-workflows/actions/validate-renovate-config@4178c5d9a0403e8b8e123baebc66e224d9c4f3cd # validate-renovate-config/v0.1.0
with:
path: .github/renovate.json5