Skip to content

chore(ci): update actions/checkout digest to 692973e #47

chore(ci): update actions/checkout digest to 692973e

chore(ci): update actions/checkout digest to 692973e #47

Workflow file for this run

name: Renovate
on:
pull_request:
branches:
- main
jobs:
renovate-config-check:
name: 'renovate:config'
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/release'
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/setup-node@v3
with:
node-version: '16'
check-latest: true
- name: Install Renovate
run: npm install -g renovate
- name: Check Renovate configuraton
run: renovate-config-validator