6b3db45cbf
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/renovatebot/renovate](https://github.com/renovatebot/renovate) | container | minor | `36.89.0` -> `36.92.1` | --- ### Release Notes <details> <summary>renovatebot/renovate (ghcr.io/renovatebot/renovate)</summary> ### [`v36.92.1`](https://github.com/renovatebot/renovate/releases/tag/36.92.1) [Compare Source](https://github.com/renovatebot/renovate/compare/36.92.0...36.92.1) ##### Bug Fixes - **manager/argocd:** allow the apiVersion to be quoted ([#​24355](https://github.com/renovatebot/renovate/issues/24355)) ([23bb573](https://github.com/renovatebot/renovate/commit/23bb573cd18e1957f36f278889a84241d022c5cc)) ### [`v36.92.0`](https://github.com/renovatebot/renovate/releases/tag/36.92.0) [Compare Source](https://github.com/renovatebot/renovate/compare/36.91.0...36.92.0) ##### Features - autodiscover repositories by namespace ([#​24321](https://github.com/renovatebot/renovate/issues/24321)) ([d5db1c6](https://github.com/renovatebot/renovate/commit/d5db1c68f849a6b4327c79f0ec1cd3010a02ac72)) ##### Documentation - update references to renovate/renovate to v36.91.0 ([#​24341](https://github.com/renovatebot/renovate/issues/24341)) ([7e70c56](https://github.com/renovatebot/renovate/commit/7e70c56e644a63bc00f3d79aa55c40537d34f193)) ##### Miscellaneous Chores - **deps:** lock file maintenance ([#​24342](https://github.com/renovatebot/renovate/issues/24342)) ([b608b69](https://github.com/renovatebot/renovate/commit/b608b69324af8b5e32f4bfe8a8d656fb0d94eebc)) - **deps:** update actions/checkout action to v4 ([#​24349](https://github.com/renovatebot/renovate/issues/24349)) ([5d3c9fc](https://github.com/renovatebot/renovate/commit/5d3c9fcb3215d03a2364807f4ae636673ff8552a)) - **deps:** update davidanson/markdownlint-cli2-action action to v12 ([#​24351](https://github.com/renovatebot/renovate/issues/24351)) ([1f96ca3](https://github.com/renovatebot/renovate/commit/1f96ca395a6648e245c12bd5abe40a7feec4f83b)) - **deps:** update dependency conventional-changelog-conventionalcommits to v7 ([#​24350](https://github.com/renovatebot/renovate/issues/24350)) ([08cde01](https://github.com/renovatebot/renovate/commit/08cde015dacf711b987a55053a73e6d975e10e47)) ### [`v36.91.0`](https://github.com/renovatebot/renovate/releases/tag/36.91.0) [Compare Source](https://github.com/renovatebot/renovate/compare/36.89.0...36.91.0) ##### Features - **presets:** Add Refit and prometheus-net monorepos ([#​24337](https://github.com/renovatebot/renovate/issues/24337)) ([1b414dc](https://github.com/renovatebot/renovate/commit/1b414dcf0ee6439c31103f3f0393bfb1c0a8f2fc)) </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 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:eyJjcmVhdGVkSW5WZXIiOiIzNi44OS4wIiwidXBkYXRlZEluVmVyIjoiMzYuODkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Reviewed-on: https://gitea.com/gitea/renovate-config/pulls/8 Co-authored-by: Renovate Bot <renovate-bot@gitea.com> Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
25 lines
732 B
YAML
25 lines
732 B
YAML
name: renovate
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "@daily"
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
renovate:
|
|
runs-on: ubuntu-latest
|
|
container: ghcr.io/renovatebot/renovate:36.92.1
|
|
steps:
|
|
- uses: https://github.com/actions/checkout@v3
|
|
- run: renovate
|
|
env:
|
|
RENOVATE_CONFIG_FILE: "/workspace/gitea/renovate-config/config.js"
|
|
LOG_LEVEL: "debug"
|
|
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
|
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
|
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}
|
|
HUB_DOCKER_COM_USER: ${{ secrets.HUB_DOCKER_COM_USER }}
|
|
HUB_DOCKER_COM_TOKEN: ${{ secrets.HUB_DOCKER_COM_TOKEN }}
|