Skip to content

Test renovate.json

Test renovate.json #70

Workflow file for this run

name: Test renovate.json
on:
push:
paths:
- '.github/renovate.json'
jobs:
test_suite:
runs-on: ubuntu-latest
name: Test Renovate Config
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 16
- name: Install renovate
run: npm install renovate -g
- name: Run Test
run: npx renovate-config-validator