mirror of
https://github.com/truecharts/charts.git
synced 2026-07-23 08:15:08 -03:00
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [renovatebot/github-action](https://togithub.com/renovatebot/github-action) | action | patch | `v38.1.9` -> `v38.1.11` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/github-action (renovatebot/github-action)</summary> ### [`v38.1.11`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.11) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.1.10...v38.1.11) ##### Build System - **deps:** update dependency typescript to v5.1.6 ([b8d2871](b8d28711d2)) ### [`v38.1.10`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.10) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.1.9...v38.1.10) ##### Miscellaneous Chores - **deps:** update dependency [@​tsconfig/node16](https://togithub.com/tsconfig/node16) to v16 ([#​776](https://togithub.com/renovatebot/github-action/issues/776)) ([1da123a](1da123aa75)) - **deps:** update dependency lint-staged to v13.2.3 ([e093539](e093539887)) ##### Build System - **deps:** update dependency semantic-release to v21.0.6 ([4ab927d](4ab927d8a5)) ##### Continuous Integration - **deps:** update actions/setup-node action to v3.7.0 ([9038e41](9038e41d7c)) - **deps:** update renovate docker tag to v35.159.6 ([0cf0a94](0cf0a94e5f)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xLjUiLCJ1cGRhdGVkSW5WZXIiOiIzNi4xLjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
19 lines
533 B
YAML
19 lines
533 B
YAML
name: Renovate
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: "0 */1 * * *"
|
|
jobs:
|
|
renovate:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
|
with:
|
|
token: ${{ secrets.BOT_TOKEN }}
|
|
- name: Self-hosted Renovate
|
|
uses: renovatebot/github-action@222a0037473b9a3d9232a7dbcda9eafd901903cc # v38.1.11
|
|
with:
|
|
configurationFile: .github/renovate-config.js
|
|
token: ${{ secrets.BOT_TOKEN }}
|