A WoodpeckerCI plugin for renovate-config-validator to lint renovate files. https://hub.docker.com/r/kokuwaio/renovate-config-validator
Find a file
Renovate 38c6b424b3
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test/1 Pipeline was successful
ci/woodpecker/pr/test/2 Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
chore(deps): update docker.io/renovate/renovate docker tag from 41.7.2 to 41.8.0
2025-06-25 03:06:21 +00: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.7.2 to 41.8.0 2025-06-25 03:06: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.7.2 to 41.8.0 2025-06-25 03:06: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 Initial draft of plugin. 2025-06-18 15:41:38 +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