This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [renovatebot/github-action](https://redirect.github.com/renovatebot/github-action) | action | patch | `v40.3.3` -> `v40.3.4` | --- ### Release Notes <details> <summary>renovatebot/github-action (renovatebot/github-action)</summary> ### [`v40.3.4`](https://redirect.github.com/renovatebot/github-action/releases/tag/v40.3.4) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v40.3.3...v40.3.4) ##### Documentation - update references to actions/checkout to v4.2.1 ([11212af](11212aff7d)) - update references to renovatebot/github-action to v40.3.3 ([7bdca51](7bdca51b4c)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.16.11 ([85652f0](85652f02f4)) - **deps:** update dependency prettier-plugin-packagejson to v2.5.3 ([9347c05](9347c05b51)) - **deps:** update pnpm to v9.12.1 ([49efd81](49efd814d8)) ##### Build System - **deps:** update dependency typescript to v5.6.3 ([9c10032](9c100326f6)) ##### Continuous Integration - **deps:** update renovate docker tag to v38.120.0 ([d1179fe](d1179feff5)) - **deps:** update renovate docker tag to v38.120.1 ([7eaca7d](7eaca7dbe1)) - **deps:** update renovate docker tag to v38.122.0 ([5ebe74f](5ebe74f625)) - **deps:** update renovate docker tag to v38.123.0 ([398baed](398baed47b)) - **deps:** update renovate docker tag to v38.124.1 ([76a4553](76a45533dc)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjguMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
16 lines
365 B
YAML
16 lines
365 B
YAML
on:
|
|
schedule:
|
|
- cron: "30 00 * * 0"
|
|
|
|
jobs:
|
|
renovate:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: checkout
|
|
uses: actions/checkout@v4
|
|
- name: Renovate
|
|
uses: renovatebot/github-action@v40.3.4
|
|
with:
|
|
configurationFile: renovate.json5
|
|
renovate-version: full
|
|
token: ${{ secrets.RENOVATE_TOKEN }}
|