Woodpecker CI plugin with
renovate utility.
- Shell 60%
- Dockerfile 40%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .markdownlint.json | ||
| .prettierrc | ||
| .trivyignore | ||
| build.sh | ||
| Containerfile | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
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 |