Woodpecker CI plugin with renovate utility.
  • Shell 56.9%
  • Dockerfile 43.1%
Find a file
renovate-bot 7e1de17427
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
Update all dependencies to v43.231.0 #37
Merged automatically
2026-06-18 12:02:25 +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 The dhi crendentials are optional (#19) 2026-06-02 21:44:40 +00:00
Containerfile Update all dependencies to v43.231.0 #37 2026-06-18 12:02:25 +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 remove woodpecker jobs, renovate open one PR 2026-04-11 01:05:40 +02: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