7bdca71ea3
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [renovatebot/github-action](https://togithub.com/renovatebot/github-action) | action | patch | `v39.0.4` -> `v39.0.5` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/github-action (renovatebot/github-action)</summary> ### [`v39.0.5`](https://togithub.com/renovatebot/github-action/releases/tag/v39.0.5) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v39.0.4...v39.0.5) ##### Build System - **deps:** update dependency semantic-release to v21.1.1 ([202eccf](https://togithub.com/renovatebot/github-action/commit/202eccfe2a4efa58e04e06f7e3e4ac1bbc9ed591)) ##### Continuous Integration - **deps:** update renovate docker tag to v36.74.3 ([468a2ef](https://togithub.com/renovatebot/github-action/commit/468a2ef50c474aba7aa267a32f9b49b7876a5afd)) - **deps:** update renovate docker tag to v36.77.0 ([236eb21](https://togithub.com/renovatebot/github-action/commit/236eb211e75185f89a2bfc6e40a39d3e661e4f17)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNzguMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
19 lines
532 B
YAML
19 lines
532 B
YAML
name: Renovate
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: "0 */1 * * *"
|
|
jobs:
|
|
renovate:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
|
with:
|
|
token: ${{ secrets.BOT_TOKEN }}
|
|
- name: Self-hosted Renovate
|
|
uses: renovatebot/github-action@3cef36a9aba515d8726b491905b3bc766832e221 # v39.0.5
|
|
with:
|
|
configurationFile: .github/renovate-config.js
|
|
token: ${{ secrets.BOT_TOKEN }}
|