chore(deps): update dotnet-azure-ad-microsoft-identity-web monorepo to v3 (major) #1506
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: Validate Renovate Configuration | |
on: [ push, pull_request ] | |
jobs: | |
validate-renovate-config: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | |
- name: Install Renovate | |
run: npm install -g renovate | |
- name: Validate Renovate config | |
run: npx --yes --package renovate -- renovate-config-validator --strict |