Skip to content

[enhancement] reduce Github Actions runner loading by setting concurr… #40

[enhancement] reduce Github Actions runner loading by setting concurr…

[enhancement] reduce Github Actions runner loading by setting concurr… #40

name: renovate-validation
on:
pull_request:
branches:
- main
paths:
- .github/workflows/renovate-validation.yml
- .github/renovate.json
push:
branches:
- main
paths:
- .github/workflows/renovate-validation.yml
- .github/renovate.json
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }}-${{ github.event.number || github.sha }}
cancel-in-progress: true
jobs:
validate:
name: Renovate validation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate
uses: suzuki-shunsuke/[email protected]
with:
config_file_path: .github/renovate.json