2 Commits

Author SHA1 Message Date
99811a6e8e chore(deps): update lockfiles (#119)
Some checks failed
changelog / changelog (push) Has been cancelled
check-and-test / check-and-test (push) Has been cancelled
This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

🔧 This Pull Request updates lock files to use the latest dependency versions.

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`)

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuOSIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJraW5kL2RlcGVuZGVuY3kiXX0=-->

Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/119
Reviewed-by: DaanSelen <135789+daanselen@noreply.gitea.com>
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2026-04-03 11:26:43 +00:00
6bb2967772 chore(deps): update workflow dependencies (minor & patch) (#99)
This PR contains the following updates:

| Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [alpine/helm](https://github.com/alpine-docker/helm) ([changelog](https://github.com/helm/helm)) |  | patch | `3.20.0` → `3.20.1` | ![age](https://developer.mend.io/api/mc/badges/age/docker/alpine%2fhelm/3.20.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/alpine%2fhelm/3.20.0/3.20.1?slim=true) |
| [alpine/helm](https://github.com/alpine-docker/helm) ([changelog](https://github.com/helm/helm)) | container | patch | `3.20.0` → `3.20.1` | ![age](https://developer.mend.io/api/mc/badges/age/docker/alpine%2fhelm/3.20.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/alpine%2fhelm/3.20.0/3.20.1?slim=true) |
| [commitlint/commitlint](https://github.com/conventional-changelog/commitlint) | container | minor | `20.4.1` → `20.5.1` | ![age](https://developer.mend.io/api/mc/badges/age/docker/commitlint%2fcommitlint/20.5.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/commitlint%2fcommitlint/20.4.1/20.5.1?slim=true) |
| [docker.io/thegeeklab/git-sv](https://github.com/thegeeklab/git-sv) | container | patch | `2.0.9` → `2.0.11` | ![age](https://developer.mend.io/api/mc/badges/age/docker/docker.io%2fthegeeklab%2fgit-sv/2.0.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/docker.io%2fthegeeklab%2fgit-sv/2.0.9/2.0.11?slim=true) |
| [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | devDependencies | minor | [`^0.47.0` → `^0.48.0`](https://renovatebot.com/diffs/npm/markdownlint-cli/0.47.0/0.48.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/markdownlint-cli/0.48.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/markdownlint-cli/0.47.0/0.48.0?slim=true) |

---

### Release Notes

<details>
<summary>conventional-changelog/commitlint (commitlint/commitlint)</summary>

### [`v20.5.1`](https://github.com/conventional-changelog/commitlint/blob/HEAD/CHANGELOG.md#2051-2026-03-31)

[Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.5.0...v20.5.1)

##### Bug Fixes

- **cz-commitlint:** add VS16 to single character emojis ([#&#8203;4666](https://github.com/conventional-changelog/commitlint/issues/4666)) ([9e3e2d3](9e3e2d3ebf))
- **cz-commitlint:** handle modifiers correctly ([#&#8203;4667](https://github.com/conventional-changelog/commitlint/issues/4667)) ([5a3ebf5](5a3ebf5fc6))
- update dependency global-directory to v5 ([#&#8203;4671](https://github.com/conventional-changelog/commitlint/issues/4671)) ([a300d32](a300d32eb4))

##### Reverts

- Revert "fix: update dependency global-directory to v5 ([#&#8203;4671](https://github.com/conventional-changelog/commitlint/issues/4671))" ([#&#8203;4677](https://github.com/conventional-changelog/commitlint/issues/4677)) ([0f124c9](0f124c9700)), closes [#&#8203;4671](https://github.com/conventional-changelog/commitlint/issues/4671) [#&#8203;4677](https://github.com/conventional-changelog/commitlint/issues/4677)

### [`v20.5.0`](https://github.com/conventional-changelog/commitlint/blob/HEAD/CHANGELOG.md#2050-2026-03-15)

[Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.4.4...v20.5.0)

##### Bug Fixes

- **cli:** validate that --cwd directory exists before execution ([#&#8203;4658](https://github.com/conventional-changelog/commitlint/issues/4658)) ([cf80f75](cf80f75745)), closes [#&#8203;4595](https://github.com/conventional-changelog/commitlint/issues/4595)
- **load:** resolve async config exports in CJS projects ([#&#8203;4659](https://github.com/conventional-changelog/commitlint/issues/4659)) ([fce263f](fce263f544)), closes [#&#8203;4557](https://github.com/conventional-changelog/commitlint/issues/4557)
- **resolve-extends:** always resolve extended parser presets for proper merging ([#&#8203;4647](https://github.com/conventional-changelog/commitlint/issues/4647)) ([e9ef76c](e9ef76caf4)), closes [#&#8203;4640](https://github.com/conventional-changelog/commitlint/issues/4640)

##### Features

- **cz-commitlint:** add exclamation mark support for breaking changes ([#&#8203;4655](https://github.com/conventional-changelog/commitlint/issues/4655)) ([3b124a7](3b124a7800))

#### [20.4.4](https://github.com/conventional-changelog/commitlint/compare/v20.4.3...v20.4.4) (2026-03-12)

##### Bug Fixes

- **is-ignored:** strip CI skip markers from release commits ([#&#8203;4637](https://github.com/conventional-changelog/commitlint/issues/4637)) ([56a6fd0](56a6fd069d))
- **read:** update git-raw-commits to v5 API ([#&#8203;4638](https://github.com/conventional-changelog/commitlint/issues/4638)) ([bd6ab41](bd6ab41740))
- **types:** allow context parameter in QualifiedRuleConfig functions ([#&#8203;4636](https://github.com/conventional-changelog/commitlint/issues/4636)) ([17537ae](17537ae05f)), closes [#&#8203;4357](https://github.com/conventional-changelog/commitlint/issues/4357)

#### [20.4.3](https://github.com/conventional-changelog/commitlint/compare/v20.4.2...v20.4.3) (2026-03-03)

##### Bug Fixes

- footer parser does not escape special chars for regex [#&#8203;4560](https://github.com/conventional-changelog/commitlint/issues/4560) ([#&#8203;4634](https://github.com/conventional-changelog/commitlint/issues/4634)) ([8ff7c7f](8ff7c7fcbc))
- npx usage [#&#8203;613](https://github.com/conventional-changelog/commitlint/issues/613) ([#&#8203;4630](https://github.com/conventional-changelog/commitlint/issues/4630)) ([1644f1e](1644f1e8f7)), closes [#&#8203;3](https://github.com/conventional-changelog/commitlint/issues/3) [#&#8203;1](https://github.com/conventional-changelog/commitlint/issues/1) [#&#8203;2](https://github.com/conventional-changelog/commitlint/issues/2) [#&#8203;4](https://github.com/conventional-changelog/commitlint/issues/4) [#&#8203;5](https://github.com/conventional-changelog/commitlint/issues/5) [#&#8203;7](https://github.com/conventional-changelog/commitlint/issues/7) [#&#8203;6](https://github.com/conventional-changelog/commitlint/issues/6)
- **types:** incorrect types for rule options ([#&#8203;4633](https://github.com/conventional-changelog/commitlint/issues/4633)) ([77b85f2](77b85f24d3))

#### [20.4.2](https://github.com/conventional-changelog/commitlint/compare/v20.4.1...v20.4.2) (2026-02-19)

##### Bug Fixes

- **config-nx-scopes:** add unique names to fixture projects ([#&#8203;4622](https://github.com/conventional-changelog/commitlint/issues/4622)) ([5635cf0](5635cf0ab8))
- **rules:** ignore cherry-picks in signed-off-by ([#&#8203;4625](https://github.com/conventional-changelog/commitlint/issues/4625)) ([691a52d](691a52d4b0))

#### [20.4.1](https://github.com/conventional-changelog/commitlint/compare/v20.4.0...v20.4.1) (2026-02-02)

##### Reverts

- replace all lodash string methods with kasi [#&#8203;4602](https://github.com/conventional-changelog/commitlint/issues/4602) ([#&#8203;4621](https://github.com/conventional-changelog/commitlint/issues/4621)) ([5326ab9](5326ab98a7)), closes [#&#8203;4620](https://github.com/conventional-changelog/commitlint/issues/4620) [#&#8203;4620](https://github.com/conventional-changelog/commitlint/issues/4620)

### [`v20.4.4`](https://github.com/conventional-changelog/commitlint/blob/HEAD/CHANGELOG.md#2044-2026-03-12)

[Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.4.3...v20.4.4)

##### Bug Fixes

- **is-ignored:** strip CI skip markers from release commits ([#&#8203;4637](https://github.com/conventional-changelog/commitlint/issues/4637)) ([56a6fd0](56a6fd069d))
- **read:** update git-raw-commits to v5 API ([#&#8203;4638](https://github.com/conventional-changelog/commitlint/issues/4638)) ([bd6ab41](bd6ab41740))
- **types:** allow context parameter in QualifiedRuleConfig functions ([#&#8203;4636](https://github.com/conventional-changelog/commitlint/issues/4636)) ([17537ae](17537ae05f)), closes [#&#8203;4357](https://github.com/conventional-changelog/commitlint/issues/4357)

### [`v20.4.3`](https://github.com/conventional-changelog/commitlint/blob/HEAD/CHANGELOG.md#2043-2026-03-03)

[Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.4.2...v20.4.3)

##### Bug Fixes

- footer parser does not escape special chars for regex [#&#8203;4560](https://github.com/conventional-changelog/commitlint/issues/4560) ([#&#8203;4634](https://github.com/conventional-changelog/commitlint/issues/4634)) ([8ff7c7f](8ff7c7fcbc))
- npx usage [#&#8203;613](https://github.com/conventional-changelog/commitlint/issues/613) ([#&#8203;4630](https://github.com/conventional-changelog/commitlint/issues/4630)) ([1644f1e](1644f1e8f7)), closes [#&#8203;3](https://github.com/conventional-changelog/commitlint/issues/3) [#&#8203;1](https://github.com/conventional-changelog/commitlint/issues/1) [#&#8203;2](https://github.com/conventional-changelog/commitlint/issues/2) [#&#8203;4](https://github.com/conventional-changelog/commitlint/issues/4) [#&#8203;5](https://github.com/conventional-changelog/commitlint/issues/5) [#&#8203;7](https://github.com/conventional-changelog/commitlint/issues/7) [#&#8203;6](https://github.com/conventional-changelog/commitlint/issues/6)
- **types:** incorrect types for rule options ([#&#8203;4633](https://github.com/conventional-changelog/commitlint/issues/4633)) ([77b85f2](77b85f24d3))

### [`v20.4.2`](https://github.com/conventional-changelog/commitlint/blob/HEAD/CHANGELOG.md#2042-2026-02-19)

[Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.4.1...v20.4.2)

##### Bug Fixes

- **config-nx-scopes:** add unique names to fixture projects ([#&#8203;4622](https://github.com/conventional-changelog/commitlint/issues/4622)) ([5635cf0](5635cf0ab8))
- **rules:** ignore cherry-picks in signed-off-by ([#&#8203;4625](https://github.com/conventional-changelog/commitlint/issues/4625)) ([691a52d](691a52d4b0))

</details>

<details>
<summary>thegeeklab/git-sv (docker.io/thegeeklab/git-sv)</summary>

### [`v2.0.11`](https://github.com/thegeeklab/git-sv/releases/tag/v2.0.11)

[Compare Source](https://github.com/thegeeklab/git-sv/compare/v2.0.10...v2.0.11)

#### v2.0.11 (2026-03-29)

##### Bug Fixes

- parse multiline breaking changes correctly ([#&#8203;297](https://github.com/thegeeklab/git-sv/issues/297)) ([`7898fb6`](https://github.com/thegeeklab/git-sv/commit/7898fb6))
- **deps:** update module github.com/rs/zerolog to v1.35.0 ([#&#8203;294](https://github.com/thegeeklab/git-sv/issues/294)) ([`2a091dd`](https://github.com/thegeeklab/git-sv/commit/2a091dd))

##### Others

- **deps:** bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 ([#&#8203;296](https://github.com/thegeeklab/git-sv/issues/296)) ([`909ad60`](https://github.com/thegeeklab/git-sv/commit/909ad60))
- improve test coverage ([#&#8203;295](https://github.com/thegeeklab/git-sv/issues/295)) ([`de86f6c`](https://github.com/thegeeklab/git-sv/commit/de86f6c))
- **deps:** update dependency golangci/golangci-lint to v2.11.4 ([#&#8203;293](https://github.com/thegeeklab/git-sv/issues/293)) ([`e5663e5`](https://github.com/thegeeklab/git-sv/commit/e5663e5))
- **docker:** update docker.io/library/golang:1.26.1 docker digest to [`595c784`](https://github.com/thegeeklab/git-sv/commit/595c784) ([#&#8203;292](https://github.com/thegeeklab/git-sv/issues/292)) ([`21374a6`](https://github.com/thegeeklab/git-sv/commit/21374a6))
- **docker:** update docker.io/library/golang:1.26.1 docker digest to [`c42e4d7`](https://github.com/thegeeklab/git-sv/commit/c42e4d7) ([#&#8203;291](https://github.com/thegeeklab/git-sv/issues/291)) ([`d7c21aa`](https://github.com/thegeeklab/git-sv/commit/d7c21aa))

##### CI Pipeline

- use trivy image from ghcr ([`4261c0f`](https://github.com/thegeeklab/git-sv/commit/4261c0f))

### [`v2.0.10`](https://github.com/thegeeklab/git-sv/releases/tag/v2.0.10)

[Compare Source](https://github.com/thegeeklab/git-sv/compare/v2.0.9...v2.0.10)

#### v2.0.10 (2026-03-12)

##### Bug Fixes

- **deps:** update module github.com/urfave/cli/v3 to v3.7.0 ([#&#8203;287](https://github.com/thegeeklab/git-sv/issues/287)) ([`fa50899`](https://github.com/thegeeklab/git-sv/commit/fa50899))
- **deps:** update module github.com/urfave/cli/v3 to v3.6.2 ([#&#8203;274](https://github.com/thegeeklab/git-sv/issues/274)) ([`db378fd`](https://github.com/thegeeklab/git-sv/commit/db378fd))
- **deps:** update module github.com/goccy/go-yaml to v1.19.2 ([#&#8203;270](https://github.com/thegeeklab/git-sv/issues/270)) ([`c0e650d`](https://github.com/thegeeklab/git-sv/commit/c0e650d))
- **deps:** update module github.com/goccy/go-yaml to v1.19.1 ([#&#8203;266](https://github.com/thegeeklab/git-sv/issues/266)) ([`b7974ba`](https://github.com/thegeeklab/git-sv/commit/b7974ba))

##### Others

- **deps:** update dependency golangci/golangci-lint to v2.11.3 ([#&#8203;290](https://github.com/thegeeklab/git-sv/issues/290)) ([`bfc4e71`](https://github.com/thegeeklab/git-sv/commit/bfc4e71))
- **deps:** update golang patch version ([#&#8203;289](https://github.com/thegeeklab/git-sv/issues/289)) ([`e17551c`](https://github.com/thegeeklab/git-sv/commit/e17551c))
- **docker:** update docker.io/library/golang:1.26.0 docker digest to [`fb612b7`](https://github.com/thegeeklab/git-sv/commit/fb612b7) ([#&#8203;288](https://github.com/thegeeklab/git-sv/issues/288)) ([`3474fb1`](https://github.com/thegeeklab/git-sv/commit/3474fb1))
- **docker:** update docker.io/library/golang:1.26.0 docker digest to [`9edf713`](https://github.com/thegeeklab/git-sv/commit/9edf713) ([#&#8203;286](https://github.com/thegeeklab/git-sv/issues/286)) ([`f72ce98`](https://github.com/thegeeklab/git-sv/commit/f72ce98))
- **docker:** update docker.io/library/golang:1.26.0 docker digest to [`a9c4aac`](https://github.com/thegeeklab/git-sv/commit/a9c4aac) ([#&#8203;285](https://github.com/thegeeklab/git-sv/issues/285)) ([`886ff59`](https://github.com/thegeeklab/git-sv/commit/886ff59))
- **deps:** update dependency golangci/golangci-lint to v2.10.1 ([#&#8203;283](https://github.com/thegeeklab/git-sv/issues/283)) ([`009cee1`](https://github.com/thegeeklab/git-sv/commit/009cee1))
- **deps:** update docker.io/lycheeverse/lychee docker tag to v0.23 ([#&#8203;284](https://github.com/thegeeklab/git-sv/issues/284)) ([`d67f814`](https://github.com/thegeeklab/git-sv/commit/d67f814))
- **deps:** update golang version ([#&#8203;279](https://github.com/thegeeklab/git-sv/issues/279)) ([`562e6b6`](https://github.com/thegeeklab/git-sv/commit/562e6b6))
- **deps:** update dependency golangci/golangci-lint to v2.9.0 ([#&#8203;282](https://github.com/thegeeklab/git-sv/issues/282)) ([`0fa44b0`](https://github.com/thegeeklab/git-sv/commit/0fa44b0))
- **docker:** update docker.io/library/golang:1.25.7 docker digest to [`85c0ab0`](https://github.com/thegeeklab/git-sv/commit/85c0ab0) ([#&#8203;280](https://github.com/thegeeklab/git-sv/issues/280)) ([`15e0180`](https://github.com/thegeeklab/git-sv/commit/15e0180))
- **deps:** update golang patch version ([#&#8203;278](https://github.com/thegeeklab/git-sv/issues/278)) ([`57eb5f1`](https://github.com/thegeeklab/git-sv/commit/57eb5f1))
- **docker:** update docker.io/library/golang:1.25.6 docker digest to [`06d1251`](https://github.com/thegeeklab/git-sv/commit/06d1251) ([#&#8203;277](https://github.com/thegeeklab/git-sv/issues/277)) ([`d3620b6`](https://github.com/thegeeklab/git-sv/commit/d3620b6))
- **docker:** update docker.io/library/alpine:3.23 docker digest to [`2510918`](https://github.com/thegeeklab/git-sv/commit/2510918) ([#&#8203;276](https://github.com/thegeeklab/git-sv/issues/276)) ([`17b4167`](https://github.com/thegeeklab/git-sv/commit/17b4167))
- fix lychee and use yaml file extension ([`cadbc7b`](https://github.com/thegeeklab/git-sv/commit/cadbc7b))
- **docker:** update docker.io/library/golang:1.25.6 docker digest to [`ce63a16`](https://github.com/thegeeklab/git-sv/commit/ce63a16) ([#&#8203;275](https://github.com/thegeeklab/git-sv/issues/275)) ([`ede5c73`](https://github.com/thegeeklab/git-sv/commit/ede5c73))
- **deps:** update golang patch version ([#&#8203;273](https://github.com/thegeeklab/git-sv/issues/273)) ([`9937fcf`](https://github.com/thegeeklab/git-sv/commit/9937fcf))
- **docker:** update docker.io/library/golang:1.25.5 docker digest to [`8bbd140`](https://github.com/thegeeklab/git-sv/commit/8bbd140) ([#&#8203;272](https://github.com/thegeeklab/git-sv/issues/272)) ([`3938585`](https://github.com/thegeeklab/git-sv/commit/3938585))
- **deps:** update dependency golangci/golangci-lint to v2.8.0 ([#&#8203;271](https://github.com/thegeeklab/git-sv/issues/271)) ([`411d457`](https://github.com/thegeeklab/git-sv/commit/411d457))
- **docker:** update docker.io/library/golang:1.25.5 docker digest to [`6cc2338`](https://github.com/thegeeklab/git-sv/commit/6cc2338) ([#&#8203;269](https://github.com/thegeeklab/git-sv/issues/269)) ([`4b858a5`](https://github.com/thegeeklab/git-sv/commit/4b858a5))
- **docker:** update docker.io/library/golang:1.25.5 docker digest to [`31c1e53`](https://github.com/thegeeklab/git-sv/commit/31c1e53) ([#&#8203;268](https://github.com/thegeeklab/git-sv/issues/268)) ([`bc5174b`](https://github.com/thegeeklab/git-sv/commit/bc5174b))
- **docker:** update docker.io/library/alpine:3.23 docker digest to [`865b95f`](https://github.com/thegeeklab/git-sv/commit/865b95f) ([#&#8203;267](https://github.com/thegeeklab/git-sv/issues/267)) ([`5b2b90e`](https://github.com/thegeeklab/git-sv/commit/5b2b90e))
- **docker:** update docker.io/library/golang:1.25.5 docker digest to [`36b4f45`](https://github.com/thegeeklab/git-sv/commit/36b4f45) ([#&#8203;265](https://github.com/thegeeklab/git-sv/issues/265)) ([`d20165f`](https://github.com/thegeeklab/git-sv/commit/d20165f))
- **docker:** update docker.io/library/golang:1.25.5 docker digest to [`a22b2e6`](https://github.com/thegeeklab/git-sv/commit/a22b2e6) ([#&#8203;264](https://github.com/thegeeklab/git-sv/issues/264)) ([`c54bb89`](https://github.com/thegeeklab/git-sv/commit/c54bb89))
- **docker:** update docker.io/library/golang:1.25.5 docker digest to [`68ee6df`](https://github.com/thegeeklab/git-sv/commit/68ee6df) ([#&#8203;263](https://github.com/thegeeklab/git-sv/issues/263)) ([`caafd3d`](https://github.com/thegeeklab/git-sv/commit/caafd3d))
- **deps:** update dependency golangci/golangci-lint to v2.7.2 ([#&#8203;262](https://github.com/thegeeklab/git-sv/issues/262)) ([`c23a505`](https://github.com/thegeeklab/git-sv/commit/c23a505))

##### CI Pipeline

- drop notify workflow ([`df67269`](https://github.com/thegeeklab/git-sv/commit/df67269))
- unify golangci config ([`f450ce8`](https://github.com/thegeeklab/git-sv/commit/f450ce8))
- drop prealloc linter ([`f6354f7`](https://github.com/thegeeklab/git-sv/commit/f6354f7))

</details>

<details>
<summary>igorshubovych/markdownlint-cli (markdownlint-cli)</summary>

### [`v0.48.0`](https://github.com/igorshubovych/markdownlint-cli/releases/tag/v0.48.0)

[Compare Source](https://github.com/igorshubovych/markdownlint-cli/compare/v0.47.0...v0.48.0)

- Update all dependencies via `Dependabot`

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - Only on Sunday and Saturday (`* * * * 0,6`)
- Automerge
  - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`)

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi4yIiwidXBkYXRlZEluVmVyIjoiNDMuMTA0LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImtpbmQvZGVwZW5kZW5jeSJdfQ==-->

Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/99
Reviewed-by: DaanSelen <135789+daanselen@noreply.gitea.com>
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2026-04-03 11:26:09 +00:00
6 changed files with 19 additions and 19 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
changelog:
runs-on: ubuntu-latest
container: docker.io/thegeeklab/git-sv:2.0.9
container: docker.io/thegeeklab/git-sv:2.0.11
steps:
- name: install tools
run: |

View File

@ -11,7 +11,7 @@ on:
jobs:
check-and-test:
runs-on: ubuntu-latest
container: commitlint/commitlint:20.4.1
container: commitlint/commitlint:20.5.1
steps:
- uses: actions/checkout@v6
- name: check PR title

View File

@ -7,7 +7,7 @@ on:
env:
# renovate: datasource=docker depName=alpine/helm
HELM_VERSION: "3.20.0"
HELM_VERSION: "3.20.1"
jobs:
generate-chart-publish:

View File

@ -16,7 +16,7 @@ env:
jobs:
check-and-test:
runs-on: ubuntu-latest
container: alpine/helm:3.20.0
container: alpine/helm:3.20.1
steps:
- name: install tools
run: |

View File

@ -14,6 +14,6 @@
},
"devDependencies": {
"@bitnami/readme-generator-for-helm": "^2.7.0",
"markdownlint-cli": "^0.47.0"
"markdownlint-cli": "^0.48.0"
}
}

28
pnpm-lock.yaml generated
View File

@ -12,8 +12,8 @@ importers:
specifier: ^2.7.0
version: 2.7.2
markdownlint-cli:
specifier: ^0.47.0
version: 0.47.0
specifier: ^0.48.0
version: 0.48.0
packages:
@ -188,8 +188,8 @@ packages:
markdown-table@2.0.0:
resolution: {integrity: sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==}
markdownlint-cli@0.47.0:
resolution: {integrity: sha512-HOcxeKFAdDoldvoYDofd85vI8LgNWy8vmYpCwnlLV46PJcodmGzD7COSSBlhHwsfT4o9KrAStGodImVBus31Bg==}
markdownlint-cli@0.48.0:
resolution: {integrity: sha512-NkZQNu2E0Q5qLEEHwWj674eYISTLD4jMHkBzDobujXd1kv+yCxi8jOaD/rZoQNW1FBBMMGQpuW5So8B51N/e0A==}
engines: {node: '>=20'}
hasBin: true
@ -275,9 +275,9 @@ packages:
micromark@4.0.2:
resolution: {integrity: sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==}
minimatch@10.1.3:
resolution: {integrity: sha512-IF6URNyBX7Z6XfvjpaNy5meRxPZiIf2OqtOoSLs+hLJ9pJAScnM1RjrFcbCaD85y42KcI+oZmKjFIJKYDFjQfg==}
engines: {node: 20 || >=22}
minimatch@10.2.5:
resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==}
engines: {node: 18 || 20 || >=22}
minimatch@3.1.5:
resolution: {integrity: sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==}
@ -314,8 +314,8 @@ packages:
resolution: {integrity: sha512-CcfE+mYiTcKEzg0IqS08+efdnH0oJ3zV0wSUFBNrMHMuxCtXvBCLzCJHatwuXDcu/RlhjTziTo/a1ruQik6/Yg==}
hasBin: true
smol-toml@1.5.2:
resolution: {integrity: sha512-QlaZEqcAH3/RtNyet1IPIYPsEWAaYyXXv1Krsi+1L/QHppjX4Ifm8MQsBISz9vE8cHicIq3clogsheili5vhaQ==}
smol-toml@1.6.1:
resolution: {integrity: sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==}
engines: {node: '>= 18'}
string-width@8.1.0:
@ -491,7 +491,7 @@ snapshots:
dependencies:
repeat-string: 1.6.1
markdownlint-cli@0.47.0:
markdownlint-cli@0.48.0:
dependencies:
commander: 14.0.3
deep-extend: 0.6.0
@ -501,9 +501,9 @@ snapshots:
jsonpointer: 5.0.1
markdown-it: 14.1.1
markdownlint: 0.40.0
minimatch: 10.1.3
minimatch: 10.2.5
run-con: 1.3.2
smol-toml: 1.5.2
smol-toml: 1.6.1
tinyglobby: 0.2.15
transitivePeerDependencies:
- supports-color
@ -696,7 +696,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
minimatch@10.1.3:
minimatch@10.2.5:
dependencies:
brace-expansion: 5.0.5
@ -737,7 +737,7 @@ snapshots:
minimist: 1.2.8
strip-json-comments: 3.1.1
smol-toml@1.5.2: {}
smol-toml@1.6.1: {}
string-width@8.1.0:
dependencies: