Renovate
945159791a
All checks were successful
renovate / renovate (push) Successful in 3m48s
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.431.6` -> `37.431.7` | --- ### Release Notes <details> <summary>renovatebot/renovate (ghcr.io/renovatebot/renovate)</summary> ### [`v37.431.7`](https://github.com/renovatebot/renovate/releases/tag/37.431.7) [Compare Source](https://github.com/renovatebot/renovate/compare/37.431.6...37.431.7) ##### Bug Fixes - **datasource/go:** support go proxy with abortOnError ([#​29823](https://github.com/renovatebot/renovate/issues/29823)) ([38582c1](38582c136d
)) ##### Miscellaneous Chores - **deps:** update dependency ts-jest to v29.2.0 ([#​30190](https://github.com/renovatebot/renovate/issues/30190)) ([4b58930](4b5893026a
)) - **deps:** update linters to v7.16.0 ([#​30191](https://github.com/renovatebot/renovate/issues/30191)) ([d6c6d83](d6c6d83c05
)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #8 Co-authored-by: Renovate <renovate@kjan.de> Co-committed-by: Renovate <renovate@kjan.de>
19 lines
485 B
YAML
19 lines
485 B
YAML
name: renovate
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "@hourly"
|
|
push:
|
|
|
|
jobs:
|
|
renovate:
|
|
runs-on: ubuntu-latest
|
|
container: ghcr.io/renovatebot/renovate:37.431.7
|
|
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 }} |