Files
charts/.github/workflows/prune.yaml
TrueCharts Bot 7589e0b677 chore(deps): update actions/delete-package-versions action to v5 by renovate (#17998)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/delete-package-versions](https://togithub.com/actions/delete-package-versions)
| action | major | `v4` -> `v5` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/delete-package-versions
(actions/delete-package-versions)</summary>

###
[`v5`](https://togithub.com/actions/delete-package-versions/compare/v4...v5)

[Compare
Source](https://togithub.com/actions/delete-package-versions/compare/v4...v5)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-07 19:45:18 +01:00

18 lines
426 B
YAML

name: "Prune Old Releases"
on:
workflow_dispatch:
jobs:
housekeeping:
runs-on: ubuntu-latest
name: "prune old releases"
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # v5
with:
min-versions-to-keep: 200