Skip to content

chore(deps): update actions/checkout digest to d23441a #19

chore(deps): update actions/checkout digest to d23441a

chore(deps): update actions/checkout digest to d23441a #19

Workflow file for this run

name: Validate Renovate
on:
pull_request:
paths:
- ".github/workflows/renovate.yml"
- ".github/renovate.json"
- ".github/renovate.json5"
- "renovate.json"
- "renovate.json5"
- "org-inherited-config.json"
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
- name: Setup Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
with:
node-version: latest
# Hosted Renovate should use the latest available version, so always
# install the newest version of Renovate
- name: Install dependencies
run: npm install -g renovate
- name: Validate Renovate config
env:
CONFIG_FILE: 'org-inherited-config.json'
run: renovate-config-validator --strict ${CONFIG_FILE}