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

21 lines
512 B
YAML
Raw Normal View History

2024-07-12 04:54:27 +00:00
name: renovate
on:
schedule:
- cron: "@hourly"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
revert 9a7ca83692cb308f9fe866c5a8440389240d026a revert Update ghcr.io/renovatebot/renovate Docker tag to v37.429.1 (#4) 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 ([#&#8203;30139](https://github.com/renovatebot/renovate/issues/30139)) ([8e46980](https://github.com/renovatebot/renovate/commit/8e4698049d7c39134499f15c7d73c09f8e819789)) ##### Miscellaneous Chores - **deps:** update actions/dependency-review-action action to v4.3.4 ([#&#8203;30143](https://github.com/renovatebot/renovate/issues/30143)) ([61e0c39](https://github.com/renovatebot/renovate/commit/61e0c39f70b968489b7a8e9bde9676cf93f4fc20)) </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: https://git.kjan.de/Renovate/renovate-runner/pulls/4 Co-authored-by: Renovate <renovate@kjan.de> Co-committed-by: Renovate <renovate@kjan.de>
2024-07-13 06:56:22 +00:00
container: ghcr.io/renovatebot/renovate:37.429.0
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 }}