Skip to content

Update renovate.json to be more precise #1468

Update renovate.json to be more precise

Update renovate.json to be more precise #1468

Workflow file for this run

---
name: Yaml Lint
permissions: {}
on:
- push
- pull_request
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: yaml-lint
# this is v3.1.1
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c
with:
file_or_dir: config/**/*.yaml e2e/*.yaml
config_file: .yamllint.yaml