renovate-config/.woodpecker.yaml
Stephan Schnabel 5335973d57
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
1
2025-06-12 12:55:43 +02:00

22 lines
538 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: []
failure: ignore
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"]]