This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [renovatebot/github-action](https://togithub.com/renovatebot/github-action) | action | patch | `v39.0.0` -> `v39.0.1` | --- ### ⚠ 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.1`](https://togithub.com/renovatebot/github-action/releases/tag/v39.0.1) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v39.0.0...v39.0.1) ##### Documentation - update references to renovatebot/github-action to v39 ([184f0e6](184f0e65a7)) ##### Miscellaneous Chores - **deps:** update dependency eslint to v8.45.0 ([323923a](323923a9f3)) - **deps:** update linters to v5.62.0 ([bddac3d](bddac3de97)) ##### Build System - **deps:** update dependency [@​semantic-release/github](https://togithub.com/semantic-release/github) to v9.0.4 ([5df2f24](5df2f24f5d)) ##### Continuous Integration - **deps:** update renovate docker tag to v36 ([#​775](https://togithub.com/renovatebot/github-action/issues/775)) ([fe6a130](fe6a130a27)) - **deps:** update renovate docker tag to v36.10.1 ([a435134](a435134ad9)) - **deps:** update renovate docker tag to v36.14.0 ([6660f96](6660f963aa)) - **deps:** update renovate docker tag to v36.17.0 ([b55d474](b55d4743d5)) - **deps:** update renovate docker tag to v36.18.2 ([3aa34f8](3aa34f8d60)) - **deps:** update renovate docker tag to v36.18.4 ([a05d760](a05d76073e)) - **deps:** update renovate docker tag to v36.19.1 ([d2638c2](d2638c281a)) - **deps:** update renovate docker tag to v36.19.2 ([dde1ebd](dde1ebd6da)) - **deps:** update renovate docker tag to v36.8.1 ([e4094b3](e4094b38c5)) - **deps:** update renovate docker tag to v36.8.11 ([d67dd20](d67dd20be0)) - **deps:** update renovate docker tag to v36.8.2 ([e48e03e](e48e03eade)) - **deps:** update renovate docker tag to v36.8.4 ([896c8fd](896c8fda33)) - **deps:** update renovate docker tag to v36.8.5 ([5aac6a8](5aac6a844f)) - **deps:** update renovate docker tag to v36.9.1 ([ae5914e](ae5914ecd4)) - **deps:** update renovate docker tag to v36.9.2 ([c55fda9](c55fda996d)) - **deps:** update wagoid/commitlint-github-action action to v5.4.2 ([eb33448](eb33448f3e)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzYuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
|
with:
|
|
token: ${{ secrets.BOT_TOKEN }}
|
|
- name: Self-hosted Renovate
|
|
uses: renovatebot/github-action@23a02fe7be9e93f857a953cc8162e57d2c8401ef # v39.0.1
|
|
with:
|
|
configurationFile: .github/renovate-config.js
|
|
token: ${{ secrets.BOT_TOKEN }}
|