chore(deps): update minikube version (batch update) #1626
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: Test Renovate configuration | |
on: pull_request | |
jobs: | |
renovate-config-validator: | |
name: Renovate config validator | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Install Renovate config validator | |
run: npm install --global renovate | |
- name: Test that the config is valid | |
run: renovate-config-validator |