chore: Update generation configuration at Wed Sep 24 17:52:17 UTC 2025 #53
This file contains hidden or 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-24.04 | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: Set up Node.js | |
| uses: actions/setup-node@v4 | |
| with: | |
| node-version: '22' | |
| - name: Install Renovate and Config Validator | |
| run: | | |
| npm install -g npm@latest | |
| npm install --global renovate | |
| renovate-config-validator |