This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [renovatebot/github-action](https://redirect.github.com/renovatebot/github-action) | action | patch | `v40.2.8` -> `v40.2.10` | --- ### Release Notes <details> <summary>renovatebot/github-action (renovatebot/github-action)</summary> ### [`v40.2.10`](https://redirect.github.com/renovatebot/github-action/releases/tag/v40.2.10) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v40.2.9...v40.2.10) ##### Miscellaneous Chores - **deps:** update pnpm to v9.10.0 ([4ecccc8](4ecccc80bf)) ##### Build System - **deps:** update dependency typescript to v5.6.2 ([ccb9633](ccb9633c2c)) ### [`v40.2.9`](https://redirect.github.com/renovatebot/github-action/releases/tag/v40.2.9) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v40.2.8...v40.2.9) ##### Documentation - update references to ghcr.io/renovatebot/renovate to v38.80.0 ([54adf7f](54adf7f706)) - update references to renovatebot/github-action to v40.2.8 ([f6f4de0](f6f4de0d1f)) ##### Miscellaneous Chores - **deps:** update dependency [@​semantic-release/github](https://redirect.github.com/semantic-release/github) to v10.3.0 ([39c0ed3](39c0ed39be)) - **deps:** update dependency [@​semantic-release/github](https://redirect.github.com/semantic-release/github) to v10.3.1 ([d237b41](d237b41568)) - **deps:** update dependency [@​semantic-release/github](https://redirect.github.com/semantic-release/github) to v10.3.2 ([2533c44](2533c44a78)) - **deps:** update dependency [@​semantic-release/github](https://redirect.github.com/semantic-release/github) to v10.3.3 ([0e39ae0](0e39ae0292)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.16.4 ([d9eb43e](d9eb43e3f8)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.16.5 ([6d5784a](6d5784adf2)) ##### Build System - **deps:** lock file maintenance ([32073a4](32073a4660)) ##### Continuous Integration - **deps:** update renovate docker tag to v38.73.3 ([476a91f](476a91f280)) - **deps:** update renovate docker tag to v38.73.5 ([1649e40](1649e40897)) - **deps:** update renovate docker tag to v38.74.1 ([65f5c11](65f5c11989)) - **deps:** update renovate docker tag to v38.75.0 ([fa73ff0](fa73ff0f99)) - **deps:** update renovate docker tag to v38.76.1 ([438981f](438981f829)) - **deps:** update renovate docker tag to v38.77.0 ([919ed13](919ed13ea2)) - **deps:** update renovate docker tag to v38.77.2 ([2009e09](2009e0963c)) - **deps:** update renovate docker tag to v38.77.3 ([8a0ce4d](8a0ce4d4cf)) - **deps:** update renovate docker tag to v38.77.5 ([aeffa00](aeffa00d03)) - **deps:** update renovate docker tag to v38.77.8 ([46076e2](46076e2b11)) - **deps:** update renovate docker tag to v38.79.0 ([3f7fa1f](3f7fa1faeb)) - **deps:** update renovate docker tag to v38.80.0 ([eb68a01](eb68a019af)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45My4wIiwidXBkYXRlZEluVmVyIjoiMzguOTMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
16 lines
366 B
YAML
16 lines
366 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.2.10
|
|
with:
|
|
configurationFile: renovate.json5
|
|
renovate-version: full
|
|
token: ${{ secrets.RENOVATE_TOKEN }}
|