renovate-config/.woodpecker.yaml
Stephan Schnabel ad6c76dd4b
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add kokuwio preset
2025-06-18 14:43:11 +02:00

21 lines
518 B
YAML

when:
event: [manual, pull_request, push]
branch: main
path: [.woodpecker.yaml, default.json, "**/*.yaml", "**/*.md"]
steps:
renovate:
image: kokuwaio/renovate-config-validator
depends_on: []
when: [path: [.woodpecker.yaml, default2.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"]]