chore(deps): update renovatebot/github-action action to v37.0.0 (#8913)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [renovatebot/github-action](https://togithub.com/renovatebot/github-action) | action | major | `v36.1.1` -> `v37.0.0` | --- ### Release Notes <details> <summary>renovatebot/github-action</summary> ### [`v37.0.0`](https://togithub.com/renovatebot/github-action/releases/tag/v37.0.0) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v36.1.1...v37.0.0) ##### ⚠ BREAKING CHANGES - The action now uses the default docker user again. ##### Features - use default docker user ([#​737](https://togithub.com/renovatebot/github-action/issues/737)) ([2b734bc](2b734bc8d8
)) ##### Miscellaneous Chores - **deps:** update commitlint monorepo to v17.6.3 ([70bcd3a](70bcd3af02
)) - **deps:** update linters to v5.59.2 ([779f1d8](779f1d8708
)) - fix typos in Renovate configuration ([#​734](https://togithub.com/renovatebot/github-action/issues/734)) ([5ad2b2e](5ad2b2e023
)) ##### Continuous Integration - **deps:** update renovate docker tag to v35.71.7 ([#​733](https://togithub.com/renovatebot/github-action/issues/733)) ([aea141a](aea141a645
)) - **deps:** update renovate docker tag to v35.72.1 ([4f06731](4f067314b6
)) - **deps:** update renovate docker tag to v35.73.0 ([be066a1](be066a1700
)) - **deps:** update renovate docker tag to v35.74.1 ([#​735](https://togithub.com/renovatebot/github-action/issues/735)) ([cc2659c](cc2659c36e
)) - **deps:** update renovate docker tag to v35.75.0 ([2ea35a6](2ea35a6207
)) - **deps:** update renovate docker tag to v35.77.0 ([4fdca9f](4fdca9f972
)) - **deps:** update renovate docker tag to v35.80.0 ([e2c7972](e2c797264f
)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNS44MC4xIiwidXBkYXRlZEluVmVyIjoiMzUuODAuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
parent
33d6ecb9c9
commit
310fca8d8a
|
@ -12,7 +12,7 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@0da8b0cd8bb013041bad4f818c2790fa3253efb1 # v36.1.1
|
||||
uses: renovatebot/github-action@4cc203c40dc0eb6b356306893cabda6ff9d42f33 # v37.0.0
|
||||
with:
|
||||
configurationFile: .github/renovate-config.js
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue