when: event: [manual, pull_request, push] branch: main path: [.woodpecker.yaml, renovate.json, "**/*.yaml", "**/*.md"] steps: renovate: image: kokuwaio/renovate-config-validator depends_on: [] when: [path: [.woodpecker.yaml, renovate.json]] yaml: image: kokuwaio/yamllint depends_on: [] when: [path: [.woodpecker.yaml, .yamllint.yaml, "**/*.yaml"]] markdown: image: kokuwaio/markdownlint depends_on: [] when: [path: [.woodpecker.yaml, .markdownlint.yaml, "**/*.md"]]