Fetch seed data from the same commit from which the used Cypress Dock… #528
Workflow file for this run
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: Check renovatebot config | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| validate: | |
| name: Validate renovatebot config | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Validate | |
| uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3 | |
| with: | |
| config_file_path: renovatebot/jore4-default-preset.json5 |