A WoodpeckerCI plugin for renovate-config-validator to lint renovate files. https://hub.docker.com/r/kokuwaio/renovate-config-validator
Find a file
Stephan Schnabel a9903b0d3d
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test/1 Pipeline was successful
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/test/1 unknown status
ci/woodpecker/pr/test/2 Pipeline failed
ci/woodpecker/push/test/2 unknown status
1
2025-06-18 14:19:15 +02:00
.github/workflows Initial draft of plugin. 2025-06-18 14:16:38 +02:00
.woodpecker Initial draft of plugin. 2025-06-18 14:16:38 +02:00
.justfile Initial draft of plugin. 2025-06-18 14:16:38 +02:00
.markdownlint.yaml Initial draft of plugin. 2025-06-18 14:16:38 +02:00
.yamllint.yaml Initial draft of plugin. 2025-06-18 14:16:38 +02:00
Dockerfile Initial draft of plugin. 2025-06-18 14:16:38 +02:00
Dockerfile.dockerignore Initial draft of plugin. 2025-06-18 14:16:38 +02:00
entrypoint.sh Initial draft of plugin. 2025-06-18 14:16:38 +02:00
LICENSE Initial draft of plugin. 2025-06-18 14:16:38 +02:00
README.md Initial draft of plugin. 2025-06-18 14:16:38 +02:00
renovate.json Initial draft of plugin. 2025-06-18 14:16:38 +02:00

Renovate Config Validatator Plugin

pulls size dockerfile license issues

A Woodpecker CI plugin for Renovate configuration validation.
Also usable with Gitlab, Github or locally, see examples for usage.

Features

  • preconfigure Renovate parameters
  • searches for Renovate files recursive
  • runnable with local docker daemon

Example

Woodpecker:

steps:
  renovate:
    image: kokuwaio/renovate-config-validator
    depends_on: []
    settings:
      strict: false
    when:
      event: pull_request
      path: renovate.json

Gitlab:

kokuwaio/renovate-config-validator:
  stage: lint
  needs: []
  image: kokuwaio/renovate-config-validator
  variables:
    PLUGIN_STRICT: false
  rules:
    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
      changes: [renovate.json]

CLI:

docker run --rm --volume=$(pwd):$(pwd):ro --workdir=$(pwd) kokuwaio/renovate-config-validator

Settings

Settings Name Environment Default Description
strict PLUGIN_STRICT true Fail if a scanned config needs migration.

Alternatives

Image Comment amd64 arm64
kokuwaio/renovate-config-validator Woodpecker plugin size size
renovate/renovate not a Woodpecker plugin, official size size
rwslinkman/renovatebot-config-validator not a Woodpecker plugin, outdated size size