Woodpecker CI plugin with
renovate utility.
- Shell 56.9%
- Dockerfile 43.1%
|
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
Merged automatically |
||
|---|---|---|
| .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 |