Woodpecker CI plugin with renovate utility.
  • Shell 60%
  • Dockerfile 40%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
renovate-bot b37514e2e8
All checks were successful
ci/woodpecker/push/change_log Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
ci/woodpecker/cron/release Pipeline was successful
maint: Update dependency renovate to v44.22.0 #192
Merged automatically
2026-08-10 18:26:09 +00:00
.markdownlint.json Initial commit 2026-02-18 22:03:37 +01:00
.prettierrc Initial commit 2026-02-18 22:03:37 +01:00
.trivyignore Use a hardened base image (#18) 2026-06-02 21:04:19 +00:00
build.sh fix: Add host rule dynamically for dhi.io (#179) 2026-08-06 08:54:38 +00:00
Containerfile maint: Update dependency renovate to v44.22.0 #192 2026-08-10 18:26:09 +00:00
LICENSE add license 2026-04-11 13:49:42 +02:00
README.md Add optional credentials for Docker Hardened Images (#17) 2026-06-02 21:08:26 +00:00
renovate.json ci: Use central renovate.json (#118) 2026-07-19 11:56:57 +00:00

Container with renovate for Woodpecker CI

This container can run renovate as Woodpecker CI plugin.

Usage

It can be used at any event.

steps:
  - name: Run renovate on repository
    image: code.thinkaboutit.tech/pandora/renovate.woodpecker
    settings:
      debug: true
      github_token:
        from_secret: renovate-gh-token
      token:
        from_secret: renovate-token

Settings

Name Default value Description
github_token Use for GitHub API to fetch
token Token to the forge
platform CI_FORGE_TYPE Platform to watch
endpoint CI_FORGE_URL/api/v1 URL to the endpoint
git_author renovate-bot <renovate-bot@CI_FORGE_URL> Bot indentiy
dhi_user Username for Docker Hardened Image registry
dhi_token Token for Docker Hardened Image registry