Skip to content

chore(ci): update amannn/action-semantic-pull-request action to v5.4.0 #36

chore(ci): update amannn/action-semantic-pull-request action to v5.4.0

chore(ci): update amannn/action-semantic-pull-request action to v5.4.0 #36

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@b4ffde65f46336ab88eb53be808477a3936bae11 # 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