Woodpecker CI plugin with
renovate utility.
- Shell 52.6%
- Dockerfile 47.4%
|
All checks were successful
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/library/node | final | digest | `e484ae3` → `c9d9f85` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuNCIsInVwZGF0ZWRJblZlciI6IjQzLjExMC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #12 |
||
|---|---|---|
| .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 |