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 4728aa08c7
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
chore: fix renovate preset location
2025-06-27 11:35:00 +02:00
.github Initial draft of plugin. 2025-06-18 15:41:38 +02:00
.woodpecker chore(deps): update docker.io/renovate/renovate docker tag from 41.13.0 to 41.13.1 2025-06-27 07:01:21 +00:00
.justfile Initial draft of plugin. 2025-06-18 15:41:38 +02:00
.markdownlint.yaml Initial draft of plugin. 2025-06-18 15:41:38 +02:00
.yamllint.yaml Initial draft of plugin. 2025-06-18 15:41:38 +02:00
Dockerfile chore(deps): update docker.io/renovate/renovate docker tag from 41.13.0 to 41.13.1 2025-06-27 07:01:21 +00:00
Dockerfile.dockerignore Initial draft of plugin. 2025-06-18 15:41:38 +02:00
entrypoint.sh Initial draft of plugin. 2025-06-18 15:41:38 +02:00
LICENSE Initial draft of plugin. 2025-06-18 15:41:38 +02:00
README.md Initial draft of plugin. 2025-06-18 15:41:38 +02:00
renovate.json chore: fix renovate preset location 2025-06-27 11:35:00 +02:00

renovate-config-validatator WoodpeckerCI Plugin

pulls size dockerfile license prs issues

A WoodpeckerCI 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
    settings:
      strict: false
    when:
      event: pull_request
      path: renovate.json

Gitlab:

kokuwaio/renovate-config-validator:
  stage: lint
  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