Update all dependencies #3941
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: Check renovatebot config | |
on: | |
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@v1.1.0 | |
with: | |
config_file_path: .github/renovate.json5 |