Renovate
9a7ca83692
Some checks failed
renovate / renovate (push) Failing after 11m59s
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/renovatebot/renovate](https://renovatebot.com) ([source](https://github.com/renovatebot/renovate)) | container | patch | `37.429.0` -> `37.429.1` | --- ### Release Notes <details> <summary>renovatebot/renovate (ghcr.io/renovatebot/renovate)</summary> ### [`v37.429.1`](https://github.com/renovatebot/renovate/releases/tag/37.429.1) [Compare Source](https://github.com/renovatebot/renovate/compare/37.429.0...37.429.1) ##### Bug Fixes - **helmfile:** remove templates before running updating artifacts ([#​30139](https://github.com/renovatebot/renovate/issues/30139)) ([8e46980](8e4698049d
)) ##### Miscellaneous Chores - **deps:** update actions/dependency-review-action action to v4.3.4 ([#​30143](https://github.com/renovatebot/renovate/issues/30143)) ([61e0c39](61e0c39f70
)) </details> --- ### Configuration 📅 **Schedule**: 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #4 Co-authored-by: Renovate <renovate@kjan.de> Co-committed-by: Renovate <renovate@kjan.de>
21 lines
512 B
YAML
21 lines
512 B
YAML
name: renovate
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "@hourly"
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
renovate:
|
|
runs-on: ubuntu-latest
|
|
container: ghcr.io/renovatebot/renovate:37.429.1
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- run: renovate
|
|
env:
|
|
RENOVATE_CONFIG_FILE: "config.js" # replace it with your config.js path
|
|
LOG_LEVEL: "debug"
|
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token
|
|
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }} |