chore(deps): update renovatebot/github-action action to v38.1.0 (#9184)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [renovatebot/github-action](https://togithub.com/renovatebot/github-action) | action | minor | `v38.0.0` -> `v38.1.0` | --- ### Release Notes <details> <summary>renovatebot/github-action</summary> ### [`v38.1.0`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.0) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.0.0...v38.1.0) ##### Features - add mount-docker-socket option ([#​749](https://togithub.com/renovatebot/github-action/issues/749)) ([7c65b94](7c65b94442
)) ##### Documentation - fix typo in readme "table of contents" ([#​754](https://togithub.com/renovatebot/github-action/issues/754)) ([110eebd](110eebdddc
)) ##### Continuous Integration - **deps:** update renovate docker tag to v35.102.0 ([da15a1b](da15a1bb63
)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
64657dbcc6
commit
dac4beb220
|
@ -12,7 +12,7 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@04894c0e6786581e789ebf7e6dbdf22dfc0061cd # v38.0.0
|
||||
uses: renovatebot/github-action@f9a5a67d4271f326b1e80695ea86dd9398b61d58 # v38.1.0
|
||||
with:
|
||||
configurationFile: .github/renovate-config.js
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue