chore(deps): update renovatebot/github-action action to v38.1.13 (#10417)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [renovatebot/github-action](https://togithub.com/renovatebot/github-action) | action | patch | `v38.1.11` -> `v38.1.13` | --- ### ⚠ 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> ### [`v38.1.13`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.13) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.1.12...v38.1.13) ##### Build System - **deps:** update dependency semantic-release to v21.0.7 ([15c9444](15c94446ef
)) ### [`v38.1.12`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.12) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.1.11...v38.1.12) ##### Bug Fixes - use full image again by default ([#​781](https://togithub.com/renovatebot/github-action/issues/781)) ([523965f](523965fe24
)) ##### Documentation - mention that Fine-grained PATs are not supported ([#​778](https://togithub.com/renovatebot/github-action/issues/778)) ([8a25544](8a25544ae4
)) ##### Miscellaneous Chores - **config:** migrate renovate config ([#​779](https://togithub.com/renovatebot/github-action/issues/779)) ([252e47a](252e47ae93
)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v16.18.38 ([996d881](996d881921
)) - **deps:** update dependency eslint to v8.44.0 ([28ff2ef](28ff2ef928
)) - **deps:** update linters to v5.61.0 ([d3b8a98](d3b8a98375
)) ##### Continuous Integration - **deps:** update renovate docker tag to v35.159.7 ([cf29b1d](cf29b1d7c3
)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi43LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi43LjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
This commit is contained in:
parent
bf33d788bc
commit
449843fa90
|
@ -12,7 +12,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
- name: Self-hosted Renovate
|
- name: Self-hosted Renovate
|
||||||
uses: renovatebot/github-action@222a0037473b9a3d9232a7dbcda9eafd901903cc # v38.1.11
|
uses: renovatebot/github-action@8dd353442b603b79e9ad46ebd25bdac25d67ccfa # v38.1.13
|
||||||
with:
|
with:
|
||||||
configurationFile: .github/renovate-config.js
|
configurationFile: .github/renovate-config.js
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue