renovate-runner/.gitea/workflows/renovate.yaml

19 lines
485 B
YAML
Raw Normal View History

2024-07-12 04:54:27 +00:00
name: renovate
on:
schedule:
- cron: "@hourly"
push:
jobs:
renovate:
runs-on: ubuntu-latest
Update ghcr.io/renovatebot/renovate Docker tag to v37.431.7 (#8) 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 ([#&#8203;29823](https://github.com/renovatebot/renovate/issues/29823)) ([38582c1](https://github.com/renovatebot/renovate/commit/38582c136df1b77f272cad084579c693e4a05bd8)) ##### Miscellaneous Chores - **deps:** update dependency ts-jest to v29.2.0 ([#&#8203;30190](https://github.com/renovatebot/renovate/issues/30190)) ([4b58930](https://github.com/renovatebot/renovate/commit/4b5893026a436e4b8c1a28a29d7cbf79e98c3715)) - **deps:** update linters to v7.16.0 ([#&#8203;30191](https://github.com/renovatebot/renovate/issues/30191)) ([d6c6d83](https://github.com/renovatebot/renovate/commit/d6c6d83c051845ad0bca5e5d94da9a30beb62dce)) </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: https://git.kjan.de/Renovate/renovate-runner/pulls/8 Co-authored-by: Renovate <renovate@kjan.de> Co-committed-by: Renovate <renovate@kjan.de>
2024-07-15 20:55:49 +00:00
container: ghcr.io/renovatebot/renovate:37.431.7
2024-07-12 04:54:27 +00:00
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "config.js" # replace it with your config.js path
LOG_LEVEL: "debug"
2024-07-12 06:10:24 +00:00
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}