a2c802bdfd0349813013a3ff69483c2ccfb9a084
536 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
56690e06d5 |
chore(github-action): update actions/checkout action v4 → v5 (#38373)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `08eba0b` -> `08c6903` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v5`](https://redirect.github.com/actions/checkout/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4...v5) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL21ham9yIl19--> |
||
|
|
6c4db97824 | chore(container): update docker.io/renovate/renovate docker tag to v41.70.0 (#38370) | ||
|
|
2e16eee7cd |
chore(container): update ghcr.io/actions/actions-runner docker tag to v2.328.0 (#38371)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/actions/actions-runner](https://redirect.github.com/actions/runner) | stage | minor | `2.327.1` -> `2.328.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/runner (ghcr.io/actions/actions-runner)</summary> ### [`v2.328.0`](https://redirect.github.com/actions/runner/releases/tag/v2.328.0) [Compare Source](https://redirect.github.com/actions/runner/compare/v2.327.1...v2.328.0) #### What's Changed - Update Docker to v28.3.2 and Buildx to v0.26.1 by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/actions/runner/pull/3953](https://redirect.github.com/actions/runner/pull/3953)3 - Fix if statement structure in update script and variable reference by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [https://github.com/actions/runner/pull/3956](https://redirect.github.com/actions/runner/pull/3956) - Add V2 flow for runner deletion by [@​Samirat](https://redirect.github.com/Samirat) in [https://github.com/actions/runner/pull/3954](https://redirect.github.com/actions/runner/pull/3954) - Node 20 -> Node 24 migration feature flagging, opt-in and opt-out environment variables by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [https://github.com/actions/runner/pull/3948](https://redirect.github.com/actions/runner/pull/3948) - Update Node20 and Node24 to latest by [@​djs-intel](https://redirect.github.com/djs-intel) in [https://github.com/actions/runner/pull/3972](https://redirect.github.com/actions/runner/pull/3972) - Redirect supported OS doc section to current public Docs location by [@​corycalahan](https://redirect.github.com/corycalahan) in [https://github.com/actions/runner/pull/3979](https://redirect.github.com/actions/runner/pull/3979) - Bump Microsoft.NET.Test.Sdk from 17.13.0 to 17.14.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/actions/runner/pull/3975](https://redirect.github.com/actions/runner/pull/3975)5 - Bump Azure.Storage.Blobs from 12.24.0 to 12.25.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/actions/runner/pull/3974](https://redirect.github.com/actions/runner/pull/3974)4 - Bump actions/download-artifact from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/actions/runner/pull/3973](https://redirect.github.com/actions/runner/pull/3973)3 - Bump actions/checkout from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/actions/runner/pull/3982](https://redirect.github.com/actions/runner/pull/3982)2 #### New Contributors - [@​Samirat](https://redirect.github.com/Samirat) made their first contribution in [https://github.com/actions/runner/pull/3954](https://redirect.github.com/actions/runner/pull/3954) - [@​djs-intel](https://redirect.github.com/djs-intel) made their first contribution in [https://github.com/actions/runner/pull/3972](https://redirect.github.com/actions/runner/pull/3972) **Full Changelog**: https://github.com/actions/runner/compare/v2.327.1...v2.328.0 *Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners* #### Windows x64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on `powershell`: ```powershell ### Create a folder under the drive root mkdir \actions-runner ; cd \actions-runner ### Download the latest runner package Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.328.0/actions-runner-win-x64-2.328.0.zip -OutFile actions-runner-win-x64-2.328.0.zip ### Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.328.0.zip", "$PWD") ``` #### Windows arm64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on `powershell`: ```powershell ### Create a folder under the drive root mkdir \actions-runner ; cd \actions-runner ### Download the latest runner package Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.328.0/actions-runner-win-arm64-2.328.0.zip -OutFile actions-runner-win-arm64-2.328.0.zip ### Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.328.0.zip", "$PWD") ``` #### OSX x64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.328.0/actions-runner-osx-x64-2.328.0.tar.gz ### Extract the installer tar xzf ./actions-runner-osx-x64-2.328.0.tar.gz ``` #### OSX arm64 (Apple silicon) ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.328.0/actions-runner-osx-arm64-2.328.0.tar.gz ### Extract the installer tar xzf ./actions-runner-osx-arm64-2.328.0.tar.gz ``` #### Linux x64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.328.0/actions-runner-linux-x64-2.328.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-x64-2.328.0.tar.gz ``` #### Linux arm64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.328.0/actions-runner-linux-arm64-2.328.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-arm64-2.328.0.tar.gz ``` #### Linux arm ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.328.0/actions-runner-linux-arm-2.328.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-arm-2.328.0.tar.gz ``` #### Using your self hosted runner For additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners) #### SHA-256 Checksums The SHA-256 checksums for the packages included in this build are shown below: - actions-runner-win-x64-2.328.0.zip <!-- BEGIN SHA win-x64 -->a73ae192b8b2b782e1d90c08923030930b0b96ed394fe56413a073cc6f694877<!-- END SHA win-x64 --> - actions-runner-win-arm64-2.328.0.zip <!-- BEGIN SHA win-arm64 -->4635a32df9bf26df153dd139d14ae393860d489628259aac480f177c6aad53c9<!-- END SHA win-arm64 --> - actions-runner-osx-x64-2.328.0.tar.gz <!-- BEGIN SHA osx-x64 -->90c32dc6f292855339563148f3859dc5d402f237ecdf57010c841df3c8d12cc8<!-- END SHA osx-x64 --> - actions-runner-osx-arm64-2.328.0.tar.gz <!-- BEGIN SHA osx-arm64 -->30e8c9e34ae3f1f5004d0fd6eb4e42714d1b489ca9c91f5eed3bcbd29c6f446d<!-- END SHA osx-arm64 --> - actions-runner-linux-x64-2.328.0.tar.gz <!-- BEGIN SHA linux-x64 -->01066fad3a2893e63e6ca880ae3a1fad5bf9329d60e77ee15f2b97c148c3cd4e<!-- END SHA linux-x64 --> - actions-runner-linux-arm64-2.328.0.tar.gz <!-- BEGIN SHA linux-arm64 -->b801b9809c4d9301932bccadf57ca13533073b2aa9fa9b8e625a8db905b5d8eb<!-- END SHA linux-arm64 --> - actions-runner-linux-arm-2.328.0.tar.gz <!-- BEGIN SHA linux-arm -->530bb83124f38edc9b410fbcc0a8b0baeaa336a14e3707acc8ca308fe0cb7540<!-- END SHA linux-arm --> </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
0315a7460f |
chore(container): update docker.io/renovate/renovate docker tag to v41.66.2 (#38358)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `41.65.1-full` -> `41.66.2-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.66.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.66.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.66.1...41.66.2) ##### Bug Fixes - **static-config:** attempt migration before aborting ([#​37456](https://redirect.github.com/renovatebot/renovate/issues/37456)) ([9adf6b7](https://redirect.github.com/renovatebot/renovate/commit/9adf6b7e940b0487a440119a50230fbf52d0d940)) ##### Miscellaneous Chores - **deps:** update otel/opentelemetry-collector-contrib docker tag to v0.132.1 (main) ([#​37472](https://redirect.github.com/renovatebot/renovate/issues/37472)) ([acb26ef](https://redirect.github.com/renovatebot/renovate/commit/acb26ef35aab58c1670df2b78f2553b1af6e8e40)) - **deps:** update python:3.13 docker digest to [`b3e52dd`](https://redirect.github.com/renovatebot/renovate/commit/b3e52dd) (main) ([#​37471](https://redirect.github.com/renovatebot/renovate/issues/37471)) ([4628a02](https://redirect.github.com/renovatebot/renovate/commit/4628a02eb0fe3d5f31f8174490818a24b854b126)) ##### Code Refactoring - **pep621:** Refactor PDM processor ([#​37465](https://redirect.github.com/renovatebot/renovate/issues/37465)) ([ceeb69c](https://redirect.github.com/renovatebot/renovate/commit/ceeb69cade76cb4ef51a454402d59e0a9c3cb5aa)) ### [`v41.66.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.66.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.66.0...41.66.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.29.1 (main) ([#​37470](https://redirect.github.com/renovatebot/renovate/issues/37470)) ([2a0b6f4](https://redirect.github.com/renovatebot/renovate/commit/2a0b6f4474d50874c697db1f4e1701b83ef72f5c)) ### [`v41.66.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.66.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.65.1...41.66.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.29.0 (main) ([#​37469](https://redirect.github.com/renovatebot/renovate/issues/37469)) ([bdadc72](https://redirect.github.com/renovatebot/renovate/commit/bdadc72a2cff49c8d3538b0da6a16f58077c4416)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.64 (main) ([#​37466](https://redirect.github.com/renovatebot/renovate/issues/37466)) ([2e6b434](https://redirect.github.com/renovatebot/renovate/commit/2e6b434f7d478902fcec2680531519040a1d5c2a)) - **deps:** update otel/opentelemetry-collector-contrib docker tag to v0.132.0 (main) ([#​37467](https://redirect.github.com/renovatebot/renovate/issues/37467)) ([e7496ac](https://redirect.github.com/renovatebot/renovate/commit/e7496ac58a0eb37cba2f5739ec6e9587c1dd89a9)) - **deps:** update python:3.13 docker digest to [`92c10ac`](https://redirect.github.com/renovatebot/renovate/commit/92c10ac) (main) ([#​37468](https://redirect.github.com/renovatebot/renovate/issues/37468)) ([716c639](https://redirect.github.com/renovatebot/renovate/commit/716c6391f4c5838cdfce5d9317be2372aa1b7acf)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
f4cd529af4 |
chore(container): update docker.io/codercom/code-server docker tag to v4.103.0 (#38349)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/codercom/code-server | final | minor | `4.102.2` -> `4.103.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
18f43eff60 |
chore(container): update docker.io/renovate/renovate docker tag to v41.65.1 (#38343)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `41.64.2-full` -> `41.65.1-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.65.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.65.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.65.0...41.65.1) ##### Build System - **deps:** update dependency [@​renovatebot/ruby-semver](https://redirect.github.com/renovatebot/ruby-semver) to v4.1.0 (main) ([#​37464](https://redirect.github.com/renovatebot/renovate/issues/37464)) ([6d47bcf](https://redirect.github.com/renovatebot/renovate/commit/6d47bcfe41c8844b83015a381d723e6dc935c345)) ### [`v41.65.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.65.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.64.4...41.65.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.28.0 (main) ([#​37463](https://redirect.github.com/renovatebot/renovate/issues/37463)) ([4f6bb05](https://redirect.github.com/renovatebot/renovate/commit/4f6bb056613d05779f3fc0e84649727ca75acbca)) ##### Bug Fixes - **nuget:** add simple check to skip non-xml files ([#​37453](https://redirect.github.com/renovatebot/renovate/issues/37453)) ([4ae7ed2](https://redirect.github.com/renovatebot/renovate/commit/4ae7ed28dea125410295cfea2998286e17649b13)) ### [`v41.64.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.64.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.64.3...41.64.4) ##### Build System - **deps:** update dependency [@​renovatebot/osv-offline](https://redirect.github.com/renovatebot/osv-offline) to v1.6.9 (main) ([#​37462](https://redirect.github.com/renovatebot/renovate/issues/37462)) ([3787141](https://redirect.github.com/renovatebot/renovate/commit/3787141d097728f407eb2ffeb04ab9b0579ff278)) ### [`v41.64.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.64.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.64.2...41.64.3) ##### Build System - **deps:** update dependency fs-extra to v11.3.1 (main) ([#​37460](https://redirect.github.com/renovatebot/renovate/issues/37460)) ([c0887c7](https://redirect.github.com/renovatebot/renovate/commit/c0887c703a34a2e1f5097d35f3bcae213f201be7)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
52a1b1251a |
chore(deps): update go 1.24.6 → 1.25.0 (#38344)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | minor | `1.24.6` -> `1.25.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
bc982d24be |
chore(container): update docker.io/renovate/renovate docker tag to v41.64.4 (#38340)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.64.2-full` -> `41.64.4-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.64.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.64.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.64.3...41.64.4) ##### Build System - **deps:** update dependency [@​renovatebot/osv-offline](https://redirect.github.com/renovatebot/osv-offline) to v1.6.9 (main) ([#​37462](https://redirect.github.com/renovatebot/renovate/issues/37462)) ([3787141](https://redirect.github.com/renovatebot/renovate/commit/3787141d097728f407eb2ffeb04ab9b0579ff278)) ### [`v41.64.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.64.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.64.2...41.64.3) ##### Build System - **deps:** update dependency fs-extra to v11.3.1 (main) ([#​37460](https://redirect.github.com/renovatebot/renovate/issues/37460)) ([c0887c7](https://redirect.github.com/renovatebot/renovate/commit/c0887c703a34a2e1f5097d35f3bcae213f201be7)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
cd0c65322b |
chore(container): update docker.io/renovate/renovate docker tag to v41.64.2 (#38316)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `41.63.0-full` -> `41.64.2-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.64.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.64.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.64.0...41.64.2) ##### Build System - **deps:** update dependency [@​renovatebot/pep440](https://redirect.github.com/renovatebot/pep440) to v4.2.0 (main) ([#​37452](https://redirect.github.com/renovatebot/renovate/issues/37452)) ([06e8733](https://redirect.github.com/renovatebot/renovate/commit/06e87335dbcfd2199c5600fcaf33090b5b0b58d5)) - **deps:** update dependency yaml to v2.8.1 (main) ([#​37451](https://redirect.github.com/renovatebot/renovate/issues/37451)) ([e5064ab](https://redirect.github.com/renovatebot/renovate/commit/e5064abec082541ca8cacdcc26c7bd725cdc0bed)) ### [`v41.64.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.64.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.63.0...41.64.0) ##### Features - **nuget:** allow restoring workloads before restoring packages ([#​37449](https://redirect.github.com/renovatebot/renovate/issues/37449)) ([df2adeb](https://redirect.github.com/renovatebot/renovate/commit/df2adeb11021dbddeb345a8e782b19dd7362859f)) ##### Bug Fixes - **nuget:** restore all projects if `global.json` changes ([#​37450](https://redirect.github.com/renovatebot/renovate/issues/37450)) ([930fb7c](https://redirect.github.com/renovatebot/renovate/commit/930fb7cd8ded2b092a1b4ad8cdcc57a5d492ac76)) ##### Miscellaneous Chores - **deps:** update containerbase/internal-tools action to v3.10.71 (main) ([#​37447](https://redirect.github.com/renovatebot/renovate/issues/37447)) ([5a5d892](https://redirect.github.com/renovatebot/renovate/commit/5a5d892e3008794058ffdbc9838f67ab55d1d935)) - **deps:** update github/codeql-action action to v3.29.9 (main) ([#​37448](https://redirect.github.com/renovatebot/renovate/issues/37448)) ([5cb2d33](https://redirect.github.com/renovatebot/renovate/commit/5cb2d3356c5d99361f945f7fe1c8bead0ec11aab)) ##### Code Refactoring - **npm:** move yarnrc schema and types to a central place ([#​37412](https://redirect.github.com/renovatebot/renovate/issues/37412)) ([f898f7c](https://redirect.github.com/renovatebot/renovate/commit/f898f7c7832ee2b05fcca3142bcffeece25a7269)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
25a5e57646 |
chore(container): update docker.io/renovate/renovate docker tag to v41.63.0 (#38305)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `41.62.3-full` -> `41.63.0-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.63.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.63.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.62.4...41.63.0) ##### Features - **bazel-module:** Add support for rules\_img ([#​37429](https://redirect.github.com/renovatebot/renovate/issues/37429)) ([420db00](https://redirect.github.com/renovatebot/renovate/commit/420db001b69724e8e674313e493d8b06284dca75)) - **datasource/docker:** quay v2 tag list fallback ([#​36481](https://redirect.github.com/renovatebot/renovate/issues/36481)) ([7f8ceaa](https://redirect.github.com/renovatebot/renovate/commit/7f8ceaa397a07f84f668ba033b7083b48511d951)) - **pep621:** Add support for uv workspaces ([#​37064](https://redirect.github.com/renovatebot/renovate/issues/37064)) ([61cc151](https://redirect.github.com/renovatebot/renovate/commit/61cc1513bad26e32d36aec950492fdbbe246f49c)) - **terraform:** adds tofu file extension to manager file pattern ([#​37130](https://redirect.github.com/renovatebot/renovate/issues/37130)) ([c635fd1](https://redirect.github.com/renovatebot/renovate/commit/c635fd1594c9a3cbabb887cea39f7fca2fcb8546)) ##### Documentation - Update how onboardingConfig works for self-hosted GitLab runner ([#​37105](https://redirect.github.com/renovatebot/renovate/issues/37105)) ([a6606f1](https://redirect.github.com/renovatebot/renovate/commit/a6606f15978a80021c352d5ae5b38251b93b3f57)) ##### Code Refactoring - **pep621:** Simplify schema ([#​37441](https://redirect.github.com/renovatebot/renovate/issues/37441)) ([2ce429f](https://redirect.github.com/renovatebot/renovate/commit/2ce429f4d13f9b85ca23a0a38fdbc9fb45da420f)) ### [`v41.62.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.62.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.62.3...41.62.4) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.27.3 (main) ([#​37442](https://redirect.github.com/renovatebot/renovate/issues/37442)) ([eadc153](https://redirect.github.com/renovatebot/renovate/commit/eadc1535dce91f27cdb38feb92fac5c151521396)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
d243a0481b |
chore(container): update docker.io/renovate/renovate docker tag to v41.62.4 (#38302)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.62.3-full` -> `41.62.4-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.62.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.62.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.62.3...41.62.4) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.27.3 (main) ([#​37442](https://redirect.github.com/renovatebot/renovate/issues/37442)) ([eadc153](https://redirect.github.com/renovatebot/renovate/commit/eadc1535dce91f27cdb38feb92fac5c151521396)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
f92e55d66d |
chore(container): update docker.io/renovate/renovate docker tag to v41.62.3 (#38274)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.62.1-full` -> `41.62.3-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.62.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.62.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.62.1...41.62.3) ##### Miscellaneous Chores - **deps:** lock file maintenance (main) ([#​37424](https://redirect.github.com/renovatebot/renovate/issues/37424)) ([58bf02d](https://redirect.github.com/renovatebot/renovate/commit/58bf02d02b320b1007f618f684faa05339a3e336)) - **deps:** update actions/checkout action to v4.3.0 (main) ([#​37431](https://redirect.github.com/renovatebot/renovate/issues/37431)) ([df6af36](https://redirect.github.com/renovatebot/renovate/commit/df6af36463b94aa0567a8f6a6a80393dcb4847b1)) - **deps:** update containerbase/internal-tools action to v3.10.70 (main) ([#​37433](https://redirect.github.com/renovatebot/renovate/issues/37433)) ([8aa4131](https://redirect.github.com/renovatebot/renovate/commit/8aa413192093aceedcba13445f3ff582c93a58b0)) - **deps:** update dependency lint-staged to v16.1.4 (main) ([#​37418](https://redirect.github.com/renovatebot/renovate/issues/37418)) ([f46a720](https://redirect.github.com/renovatebot/renovate/commit/f46a720b5a1e509b619db06505d0dbfed718b803)) - **deps:** update dependency typescript-eslint to v8.39.0 (main) ([#​37438](https://redirect.github.com/renovatebot/renovate/issues/37438)) ([58fe365](https://redirect.github.com/renovatebot/renovate/commit/58fe365f40ac625270bb14bb8df3888c529547ca)) ##### Build System - **deps:** update dependency google-auth-library to v10.2.1 (main) ([#​37439](https://redirect.github.com/renovatebot/renovate/issues/37439)) ([eb1878b](https://redirect.github.com/renovatebot/renovate/commit/eb1878bae2b3393caf21f7de27e3e9ca6c87ec0f)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
ac789fbfe4 |
chore(container): update docker.io/renovate/renovate docker tag to v41.62.1 (#38266)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `41.61.1-full` -> `41.62.1-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.62.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.62.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.62.0...41.62.1) ##### Bug Fixes - **gomod:** skip `-d` flag for go >=1.18 ([#​37428](https://redirect.github.com/renovatebot/renovate/issues/37428)) ([dd186a1](https://redirect.github.com/renovatebot/renovate/commit/dd186a1359d870ca1a9af064416116860705ef89)) ### [`v41.62.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.62.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.61.1...41.62.0) ##### Features - add option `skipArtifactsUpdate` ([#​35993](https://redirect.github.com/renovatebot/renovate/issues/35993)) ([a3616a4](https://redirect.github.com/renovatebot/renovate/commit/a3616a496a7da458a00f398fba2463d1d1e49145)) - add support for second file config ([#​37033](https://redirect.github.com/renovatebot/renovate/issues/37033)) ([35910b8](https://redirect.github.com/renovatebot/renovate/commit/35910b8c87aaa65003852de2ba4f276f3a77fa28)) ##### Bug Fixes - **local-scm:** Increase default execSync buffer ([#​36995](https://redirect.github.com/renovatebot/renovate/issues/36995)) ([c627e17](https://redirect.github.com/renovatebot/renovate/commit/c627e17816dcfa53ab969184fd0a8f3671ff2f3c)) ##### Documentation - update references to renovate/renovate to v41.61.1 (main) ([#​37422](https://redirect.github.com/renovatebot/renovate/issues/37422)) ([a9b6ad9](https://redirect.github.com/renovatebot/renovate/commit/a9b6ad9951ae95485cbf0f41ccd501fdf7bd28ae)) ##### Miscellaneous Chores - **deps:** update containerbase/internal-tools action to v3.10.66 (main) ([#​37421](https://redirect.github.com/renovatebot/renovate/issues/37421)) ([b7160b1](https://redirect.github.com/renovatebot/renovate/commit/b7160b10d56934645e1fdb7eb48a828517749144)) - **deps:** update containerbase/internal-tools action to v3.10.68 (main) ([#​37423](https://redirect.github.com/renovatebot/renovate/issues/37423)) ([b83a3df](https://redirect.github.com/renovatebot/renovate/commit/b83a3df959ae6e2eb086f6d3f7b3cea451b2cb22)) - **deps:** update containerbase/internal-tools action to v3.10.69 (main) ([#​37426](https://redirect.github.com/renovatebot/renovate/issues/37426)) ([fc512ab](https://redirect.github.com/renovatebot/renovate/commit/fc512ab6e6ee3423c24a4d3f219acda3f5a1b4c4)) - **deps:** update dependency renovatebot/github-action to v43.0.7 (main) ([#​37427](https://redirect.github.com/renovatebot/renovate/issues/37427)) ([028318a](https://redirect.github.com/renovatebot/renovate/commit/028318a21ec306bba53412a4cfc2c1ec0eb9065b)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
1b362add8b |
chore(github-action): update actions/checkout digest to 08eba0b (#38260)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | digest | `11bd719` -> `08eba0b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
81e2651f15 |
chore(container): update docker.io/renovate/renovate docker tag to v41.61.1 (#38251)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.61.0-full` -> `41.61.1-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.61.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.61.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.61.0...41.61.1) ##### Documentation - update references to renovate/renovate (main) ([#​37420](https://redirect.github.com/renovatebot/renovate/issues/37420)) ([92395bd](https://redirect.github.com/renovatebot/renovate/commit/92395bd201b93c4c0b15a822521c077c3f0235b5)) ##### Build System - **deps:** update dependency chalk to v5.5.0 (main) ([#​37419](https://redirect.github.com/renovatebot/renovate/issues/37419)) ([1910acd](https://redirect.github.com/renovatebot/renovate/commit/1910acd0fa30054d91eeeb15d49f97d5e9746496)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
09e086f6e8 |
chore(container): update docker.io/renovate/renovate docker tag to v41.61.0 (#38250)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `41.60.4-full` -> `41.61.0-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.61.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.61.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.60.4...41.61.0) ##### Features - **presets:** add UI5 Web Components monorepo ([#​37392](https://redirect.github.com/renovatebot/renovate/issues/37392)) ([8dd8d4d](https://redirect.github.com/renovatebot/renovate/commit/8dd8d4d43c1a8b27502394c12d4f4a9bc51453e4)) ##### Miscellaneous Chores - **deps:** update dependency lint-staged to v16.1.3 (main) ([#​37417](https://redirect.github.com/renovatebot/renovate/issues/37417)) ([88edda7](https://redirect.github.com/renovatebot/renovate/commit/88edda76e4dc871f98a7e8daa32a569638d8b9cf)) - **deps:** update dependency memfs to v4.36.0 (main) ([#​37416](https://redirect.github.com/renovatebot/renovate/issues/37416)) ([9e35fd4](https://redirect.github.com/renovatebot/renovate/commit/9e35fd4e13ed89cc63dc42804314e303314ba1c6)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
5442f46cd2 |
chore(container): update docker.io/renovate/renovate docker tag to v41.60.4 (#38240)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.60.3-full` -> `41.60.4-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.60.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.60.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.60.3...41.60.4) ##### Bug Fixes - **worker:** ensure pr if not scheduled and user requested ([#​37406](https://redirect.github.com/renovatebot/renovate/issues/37406)) ([0588013](https://redirect.github.com/renovatebot/renovate/commit/0588013226fbc5ed77e4a38bf97ae480e2f24a2f)) ##### Documentation - **bitbucket:** add write scope to bot permissions ([#​37414](https://redirect.github.com/renovatebot/renovate/issues/37414)) ([65150cd](https://redirect.github.com/renovatebot/renovate/commit/65150cdaf8ac3329048988c38e15a9a62f8a1372)) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.35.0 (main) ([#​37404](https://redirect.github.com/renovatebot/renovate/issues/37404)) ([52f2c18](https://redirect.github.com/renovatebot/renovate/commit/52f2c182be365cd51db0da2283f2fa869815a8ba)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
53e054b97d |
chore(container): update docker.io/renovate/renovate docker tag to v41.60.3 (#38203)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `41.58.2-full` -> `41.60.3-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.60.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.60.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.60.2...41.60.3) ##### Bug Fixes - **npm:** locked version extraction logic ([#​37407](https://redirect.github.com/renovatebot/renovate/issues/37407)) ([eaaff2d](https://redirect.github.com/renovatebot/renovate/commit/eaaff2d2159f755f010e15dbd2825270f9b8b55d)) ### [`v41.60.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.60.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.60.1...41.60.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.27.2 (main) ([#​37411](https://redirect.github.com/renovatebot/renovate/issues/37411)) ([4e764fb](https://redirect.github.com/renovatebot/renovate/commit/4e764fb7ccc8f159d1813ab99908e830a3e02c3e)) ### [`v41.60.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.60.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.60.0...41.60.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.27.1 (main) ([#​37410](https://redirect.github.com/renovatebot/renovate/issues/37410)) ([c7a8ac0](https://redirect.github.com/renovatebot/renovate/commit/c7a8ac058dfb0ef85e8f95dccdd06df9a157ee15)) ### [`v41.60.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.60.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.59.2...41.60.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.27.0 (main) ([#​37409](https://redirect.github.com/renovatebot/renovate/issues/37409)) ([f8c4c18](https://redirect.github.com/renovatebot/renovate/commit/f8c4c18ac61b3a582452bd6b373de16b670c943f)) ### [`v41.59.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.59.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.59.1...41.59.2) ##### Bug Fixes - don't reuse branch if results change ([#​37083](https://redirect.github.com/renovatebot/renovate/issues/37083)) ([7cf85c2](https://redirect.github.com/renovatebot/renovate/commit/7cf85c2d2490238f5d5a940b7972c84014325f88)) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.28.1 (main) ([#​37402](https://redirect.github.com/renovatebot/renovate/issues/37402)) ([9a48f48](https://redirect.github.com/renovatebot/renovate/commit/9a48f4808bb67fe72a93033392859c9382a4f07e)) - **npm:** fix coverage reporting ([#​37401](https://redirect.github.com/renovatebot/renovate/issues/37401)) ([14fe4c3](https://redirect.github.com/renovatebot/renovate/commit/14fe4c381127b4be45d0da2781d52fe0e96b2a04)) ##### Code Refactoring - **dependency-dashboard:** improve readability and reuse utility functions ([#​37340](https://redirect.github.com/renovatebot/renovate/issues/37340)) ([f5a374a](https://redirect.github.com/renovatebot/renovate/commit/f5a374a7e68c8f97b02156d667279ef9e62c1cd9)) ### [`v41.59.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.59.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.59.0...41.59.1) ##### Miscellaneous Chores - **deps:** update github/codeql-action action to v3.29.8 (main) ([#​37398](https://redirect.github.com/renovatebot/renovate/issues/37398)) ([6bbe5d1](https://redirect.github.com/renovatebot/renovate/commit/6bbe5d1ee33cbb37c950dfc79f0c8c93361f7da5)) ##### Build System - **deps:** update dependency azure-devops-node-api to v15.1.1 (main) ([#​37400](https://redirect.github.com/renovatebot/renovate/issues/37400)) ([db0fe68](https://redirect.github.com/renovatebot/renovate/commit/db0fe68476449cb106bf4930e2498a75073470a7)) ### [`v41.59.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.59.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.58.2...41.59.0) ##### Features - **monorepo:** Add langchain4j repository ([#​37394](https://redirect.github.com/renovatebot/renovate/issues/37394)) ([95f6367](https://redirect.github.com/renovatebot/renovate/commit/95f6367f7443eefe8d7b452714b579f2aa56992f)) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.27.0 (main) ([#​37388](https://redirect.github.com/renovatebot/renovate/issues/37388)) ([50cf11d](https://redirect.github.com/renovatebot/renovate/commit/50cf11d7a43267d5cee6739316af39145dd12f18)) - **deps:** update dependency memfs to v4.28.0 (main) ([#​37390](https://redirect.github.com/renovatebot/renovate/issues/37390)) ([3a57290](https://redirect.github.com/renovatebot/renovate/commit/3a57290e81b351b7f787f6d5cec71497b57a0581)) - **deps:** update dependency nock to v14.0.8 (main) ([#​37393](https://redirect.github.com/renovatebot/renovate/issues/37393)) ([92ce80a](https://redirect.github.com/renovatebot/renovate/commit/92ce80a118d1ac9d00895337e78d4fb61dba94ba)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
093ac63f71 |
chore(container): update python docker tag to v3.13 (#38204)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | python | final | minor | `3.12-alpine` -> `3.13-alpine` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
a0d0bdb790 |
chore(container): update golang docker tag to v1.24.6 (#38177)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | patch | `1.24.5-alpine` -> `1.24.6-alpine` | | golang | final | patch | `1.24.5` -> `1.24.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
80be2b74f5 |
chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.7-fpm docker digest to 764b0b8 (#38164)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud) ([source](https://redirect.github.com/nextcloud/docker)) | final | digest | `67c2a20` -> `764b0b8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
aa4b27d00e | chore(container): update docker.io/renovate/renovate docker tag to v41.58.2 (#38141) | ||
|
|
91595ec643 |
chore(deps): update go 1.24.5 → 1.24.6 (#38139)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | patch | `1.24.5` -> `1.24.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
54b4ebd18d |
Update VERSION
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
c8111994db |
Update balfolk_ical.py
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
2394eea157 |
Update VERSION
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
33fba11b05 |
Update Dockerfile
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
c7eb7ba81c |
Update VERSION
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
6a48d15394 |
Update balfolk_ical.py
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
6b1c6b5299 |
Update Dockerfile
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
973c533d74 |
Create placeholder
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
4ef97fbfe6 |
Rename DockerfIle to Dockerfile
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
908fecf071 |
Create VERSION
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
36bc115052 |
Create balfolk_ical.py
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
2d84626060 |
Create crontab.txt
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
b7c4242379 |
Update DockerfIle
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
9c04b0c7dd |
Create DockerfIle
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
38d5da84f0 |
chore(container): update docker.io/renovate/renovate docker tag to v41.53.1 (#38130)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.53.0-full` -> `41.53.1-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.53.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.53.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.53.0...41.53.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.25.4 (main) ([#​37341](https://redirect.github.com/renovatebot/renovate/issues/37341)) ([a76c80e](https://redirect.github.com/renovatebot/renovate/commit/a76c80e8f593fb2fb4442be1f5936bf9b949475f)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.17.0 (main) ([#​37338](https://redirect.github.com/renovatebot/renovate/issues/37338)) ([b9d22a3](https://redirect.github.com/renovatebot/renovate/commit/b9d22a391f9747fa424feef951faba575faead55)) ##### Code Refactoring - **dependency-dashboard:** checkbox handling with reusable utility functions ([#​37339](https://redirect.github.com/renovatebot/renovate/issues/37339)) ([14c62bf](https://redirect.github.com/renovatebot/renovate/commit/14c62bf7d101599c695fba6d56827035a84c9b08)) - **npm:** prepartion for yarn catalogs integration ([#​37333](https://redirect.github.com/renovatebot/renovate/issues/37333)) ([71fba5e](https://redirect.github.com/renovatebot/renovate/commit/71fba5e8d2a876b55703e4e3a54eb8f4087e9425)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
30e3588ded |
chore(container): update docker.io/renovate/renovate docker tag to v41.53.0 (#38127)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `41.52.3-full` -> `41.53.0-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.53.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.53.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.52.3...41.53.0) ##### Features - **pip-compile:** add --no-emit-package to uv pip compile allowed arguments ([#​37315](https://redirect.github.com/renovatebot/renovate/issues/37315)) ([db9eef8](https://redirect.github.com/renovatebot/renovate/commit/db9eef8dc62e30a48afb769f74c55ea370d39455)) ##### Bug Fixes - Always use default import from `upath` and `semver-stable` ([#​37325](https://redirect.github.com/renovatebot/renovate/issues/37325)) ([7c79c11](https://redirect.github.com/renovatebot/renovate/commit/7c79c11285bc602277d475b9f90701a5d67c6c19)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
ec6684921b |
chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.7-fpm docker digest to 67c2a20 (#38103)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud) ([source](https://redirect.github.com/nextcloud/docker)) | final | digest | `1a20dc2` -> `67c2a20` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
9b4f962430 |
chore(container): update docker.io/renovate/renovate docker tag to v41.52.3 (#38099)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.52.1-full` -> `41.52.3-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.52.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.52.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.52.2...41.52.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.25.3 (main) ([#​37331](https://redirect.github.com/renovatebot/renovate/issues/37331)) ([4db0219](https://redirect.github.com/renovatebot/renovate/commit/4db0219617eee60ea8458c61bf03722ad4b73956)) ### [`v41.52.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.52.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.52.1...41.52.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.25.2 (main) ([#​37329](https://redirect.github.com/renovatebot/renovate/issues/37329)) ([0e5c3db](https://redirect.github.com/renovatebot/renovate/commit/0e5c3db9e7bb53e40abc7a1cd4976ada689232cb)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/luxon](https://redirect.github.com/types/luxon) to v3.7.0 (main) ([#​37327](https://redirect.github.com/renovatebot/renovate/issues/37327)) ([dc0a3e2](https://redirect.github.com/renovatebot/renovate/commit/dc0a3e288a57b2b691f5c6d6dfdf02625ea76bfc)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
3c5bb701f0 |
chore(container): update docker.io/renovate/renovate docker tag to v41.52.1 (#38096)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.52.0-full` -> `41.52.1-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.52.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.52.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.52.0...41.52.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.25.1 (main) ([#​37324](https://redirect.github.com/renovatebot/renovate/issues/37324)) ([ab17083](https://redirect.github.com/renovatebot/renovate/commit/ab17083eda6ee1c0673ab90570962fd9875d430a)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
195e8e43e2 |
chore(container): update docker.io/renovate/renovate docker tag to v41.52.0 (#38094)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `41.51.2-full` -> `41.52.0-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.52.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.52.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.51.2...41.52.0) ##### Features - **asdf,mise:** Add support for renovating gotestsum by shortname ([#​37314](https://redirect.github.com/renovatebot/renovate/issues/37314)) ([5a6382c](https://redirect.github.com/renovatebot/renovate/commit/5a6382c5fd335c0d13c434587f1f70e42637c3a4)) - **presets:** add Eclipse Implementation of JAXB monorepo ([#​37284](https://redirect.github.com/renovatebot/renovate/issues/37284)) ([ced83fb](https://redirect.github.com/renovatebot/renovate/commit/ced83fb0cf392ea5f15c4173645c2bfdaa24dac5)) ##### Bug Fixes - **bitbucket-server:** Handle invalidReviewers correctly ([#​37241](https://redirect.github.com/renovatebot/renovate/issues/37241)) ([922d1ba](https://redirect.github.com/renovatebot/renovate/commit/922d1bae1c63bd1dcbe88685777134473ffb6341)) ##### Miscellaneous Chores - **deps:** update dependency vite to v7 (main) ([#​37311](https://redirect.github.com/renovatebot/renovate/issues/37311)) ([c8b0a00](https://redirect.github.com/renovatebot/renovate/commit/c8b0a00fadbe4344e1e048d911142c741a5d089a)) ##### Code Refactoring - **config:** move code for easier testing ([#​37297](https://redirect.github.com/renovatebot/renovate/issues/37297)) ([37a1a93](https://redirect.github.com/renovatebot/renovate/commit/37a1a93a06fd428fcc727a7c9d0c6174dce0cef7)) ##### Build System - **deps:** update dependency shlex to v3 (main) ([#​37310](https://redirect.github.com/renovatebot/renovate/issues/37310)) ([72519d6](https://redirect.github.com/renovatebot/renovate/commit/72519d67118aef9bbec1e4d5982615674e444f3c)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
3f61b6f8da |
chore(container): update docker.io/renovate/renovate docker tag to v41.51.2 (#38082)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | final |
patch | `41.51.1-full` -> `41.51.2-full` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>
###
[`v41.51.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.51.2)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.51.1...41.51.2)
##### Documentation
- update references to renovate/renovate (main)
([#​37299](https://redirect.github.com/renovatebot/renovate/issues/37299))
([876b0e5](https://redirect.github.com/renovatebot/renovate/commit/876b0e5b1958b30b7bfa80949e1e0dead22d00e4))
##### Miscellaneous Chores
- **deps:** lock file maintenance (main)
([#​37300](https://redirect.github.com/renovatebot/renovate/issues/37300))
([9c9760a](https://redirect.github.com/renovatebot/renovate/commit/9c9760a0ca46b62a3a6527bb57a643ff053aabbd))
- **deps:** update dependency memfs to v4.20.1 (main)
([#​37289](https://redirect.github.com/renovatebot/renovate/issues/37289))
([2249780](https://redirect.github.com/renovatebot/renovate/commit/2249780a85e5ee6d8030ead35de2653e638ecffe))
- **deps:** update dependency memfs to v4.22.0 (main)
([#​37290](https://redirect.github.com/renovatebot/renovate/issues/37290))
([8200fee](https://redirect.github.com/renovatebot/renovate/commit/8200fee71a2fd5b2380879557e8d5a5049c17920))
- **deps:** update dependency memfs to v4.22.1 (main)
([#​37294](https://redirect.github.com/renovatebot/renovate/issues/37294))
([7d3b1ff](https://redirect.github.com/renovatebot/renovate/commit/7d3b1ff76e8aa24ae1a36acb9507adf54922be61))
- **deps:** update dependency memfs to v4.23.0 (main)
([#​37298](https://redirect.github.com/renovatebot/renovate/issues/37298))
([1f7ab10](https://redirect.github.com/renovatebot/renovate/commit/1f7ab1076b2cc684687b68453b4f88078067a80d))
##### Build System
- **deps:** update dependency cacache to v20 (main)
([#​37308](https://redirect.github.com/renovatebot/renovate/issues/37308))
([bfa7486](https://redirect.github.com/renovatebot/renovate/commit/bfa748668e0a5c65c3d12053da909969658b67c3))
- **deps:** update dependency cronstrue to v3 (main)
([#​37309](https://redirect.github.com/renovatebot/renovate/issues/37309))
([
|
||
|
|
113c6ff5c4 |
chore(github-action): update docker/login-action digest to 184bdaa (#38081)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/login-action](https://redirect.github.com/docker/login-action) | action | digest | `74a5d14` -> `184bdaa` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
f62c3f8dd1 |
chore(container): update docker.io/renovate/renovate docker tag to v41.51.1 (#38071)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.51.0-full` -> `41.51.1-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.51.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.51.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.51.0...41.51.1) ##### Bug Fixes - **manager/bazel:** raise artifact error on sha failure ([#​37249](https://redirect.github.com/renovatebot/renovate/issues/37249)) ([63e2777](https://redirect.github.com/renovatebot/renovate/commit/63e2777082dbc1bf8f6827405095e53c6ab4b617)) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.19.0 (main) ([#​37279](https://redirect.github.com/renovatebot/renovate/issues/37279)) ([ff9aff9](https://redirect.github.com/renovatebot/renovate/commit/ff9aff9015eecd15e111c3f352265d3b3dc39cb0)) - **deps:** update dependency memfs to v4.20.0 (main) ([#​37282](https://redirect.github.com/renovatebot/renovate/issues/37282)) ([6eee669](https://redirect.github.com/renovatebot/renovate/commit/6eee6691a0ac16e95be68f283ad561aae3295e0c)) - **deps:** update dependency nock to v14.0.7 (main) ([#​37286](https://redirect.github.com/renovatebot/renovate/issues/37286)) ([5900507](https://redirect.github.com/renovatebot/renovate/commit/5900507fcc1ad38b064f736beb00e013e0c2400d)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
6168f69ffc |
chore(container): update docker.io/renovate/renovate docker tag to v41.51.0 (#38030)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `41.50.0-full` -> `41.51.0-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.51.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.51.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.50.0...41.51.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.25.0 (main) ([#​37277](https://redirect.github.com/renovatebot/renovate/issues/37277)) ([74a5557](https://redirect.github.com/renovatebot/renovate/commit/74a55575c60d0ff6f2f87b3265b675f5e80db575)) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.18.0 (main) ([#​37276](https://redirect.github.com/renovatebot/renovate/issues/37276)) ([471da78](https://redirect.github.com/renovatebot/renovate/commit/471da78664e85fef2e37d67e7ffe64a33a5cff31)) - **deps:** update otel/opentelemetry-collector-contrib docker tag to v0.131.1 (main) ([#​37278](https://redirect.github.com/renovatebot/renovate/issues/37278)) ([d3b61b8](https://redirect.github.com/renovatebot/renovate/commit/d3b61b888c9b9257056a7123ba14efce6b72beb0)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
b1fb09e3d9 |
chore(container): update docker.io/renovate/renovate docker tag to v41.50.0 (#38025)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `41.46.8-full` -> `41.50.0-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.50.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.50.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.49.1...41.50.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.24.0 (main) ([#​37275](https://redirect.github.com/renovatebot/renovate/issues/37275)) ([86a9f10](https://redirect.github.com/renovatebot/renovate/commit/86a9f1033fce2ee886e38fb24e9929bc68d6ec69)) ##### Miscellaneous Chores - **deps:** update dependency google-github-actions/auth to v2.1.12 (main) ([#​37274](https://redirect.github.com/renovatebot/renovate/issues/37274)) ([4ee10de](https://redirect.github.com/renovatebot/renovate/commit/4ee10de6bde0a943f646c1b7f501a982cd423a83)) - improve label-actions reproduction messages ([#​37260](https://redirect.github.com/renovatebot/renovate/issues/37260)) ([801b7bb](https://redirect.github.com/renovatebot/renovate/commit/801b7bb135ce385033d7cc6b0d067dfa5fb4068f)) ### [`v41.49.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.49.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.49.0...41.49.1) ##### Miscellaneous Chores - **deps:** update dependency eslint to v9.32.0 (main) ([#​37271](https://redirect.github.com/renovatebot/renovate/issues/37271)) ([d87db39](https://redirect.github.com/renovatebot/renovate/commit/d87db39c954e46735104d01bce1b725c86877447)) ##### Build System - **deps:** update dependency google-auth-library to v10.2.0 (main) ([#​37270](https://redirect.github.com/renovatebot/renovate/issues/37270)) ([3a9b6fc](https://redirect.github.com/renovatebot/renovate/commit/3a9b6fc9182bae8cf536ca8c18149a71ab3d3a08)) ### [`v41.49.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.49.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.48.1...41.49.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.23.0 (main) ([#​37266](https://redirect.github.com/renovatebot/renovate/issues/37266)) ([103fb1c](https://redirect.github.com/renovatebot/renovate/commit/103fb1cad026a42cd7610e6e3d1e8aa15b05856a)) ##### Bug Fixes - **datasource/terraform-provider:** return artifact error if hashes can't be computed ([#​37264](https://redirect.github.com/renovatebot/renovate/issues/37264)) ([96d9d5e](https://redirect.github.com/renovatebot/renovate/commit/96d9d5e18df29eb7757f2e6a24ee7592662a9d2e)) ##### Miscellaneous Chores - **deps:** update dependency [@​eslint/js](https://redirect.github.com/eslint/js) to v9.32.0 (main) ([#​37267](https://redirect.github.com/renovatebot/renovate/issues/37267)) ([a695171](https://redirect.github.com/renovatebot/renovate/commit/a695171c2d4457485c7fb9837ba4dded88a3d287)) - label-actions "more-specific" ([#​37261](https://redirect.github.com/renovatebot/renovate/issues/37261)) ([abcb838](https://redirect.github.com/renovatebot/renovate/commit/abcb8388ede317b1fe1194c25a4f2f807296ac4e)) ### [`v41.48.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.48.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.47.1...41.48.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.22.5 (main) ([#​37262](https://redirect.github.com/renovatebot/renovate/issues/37262)) ([8876830](https://redirect.github.com/renovatebot/renovate/commit/88768303ee7f246da3337c5d34cace8c53f1284e)) ### [`v41.47.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.47.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.46.8...41.47.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.22.4 (main) ([#​37257](https://redirect.github.com/renovatebot/renovate/issues/37257)) ([082ea52](https://redirect.github.com/renovatebot/renovate/commit/082ea52db11c2fa491f0a6b2a0e814bb4181593b)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
786de0f1b5 |
chore(container): update docker.io/renovate/renovate docker tag to v41.46.8 (#38023)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.46.7-full` -> `41.46.8-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.46.8`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.46.8) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.46.7...41.46.8) ##### Bug Fixes - Revert "feat(presets): added fumadocs to mono repo groups" ([#​37250](https://redirect.github.com/renovatebot/renovate/issues/37250)) ([257a028](https://redirect.github.com/renovatebot/renovate/commit/257a0286ee89e66d7fb049b314427b5bb3a7a0a7)) ##### Documentation - add monorepo note ([#​37251](https://redirect.github.com/renovatebot/renovate/issues/37251)) ([53c2615](https://redirect.github.com/renovatebot/renovate/commit/53c2615e5095b328a2bb4fbdd51268de4dfee0a3)) ##### Miscellaneous Chores - **deps:** update dependency renovatebot/github-action to v43.0.5 (main) ([#​37183](https://redirect.github.com/renovatebot/renovate/issues/37183)) ([868b063](https://redirect.github.com/renovatebot/renovate/commit/868b063b92b935f6f5b9ec53f9f346ffe0cb5410)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
72e950278e |
chore(github-action): update docker/metadata-action digest to c1e5197 (#38022)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/metadata-action](https://redirect.github.com/docker/metadata-action) | action | digest | `902fa8e` -> `c1e5197` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |