chore: update renovate config #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Renovate Bot Config Validation | |
on: | |
pull_request: | |
paths: | |
- 'renovate.json' | |
jobs: | |
renovate_bot_config_validation: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Set up Node.js | |
uses: actions/setup-node@v3 | |
with: | |
node-version: '20' | |
- name: Install Renovate and Config Validator | |
run: | | |
npm install -g npm@latest | |
npm install --global renovate | |
renovate-config-validator |