forgejo-helm/.vscode/settings.json

13 lines
327 B
JSON
Raw Permalink Normal View History

{
2023-12-06 13:32:09 +00:00
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": [
".github/workflows/*",
".forgejo/workflows/*"
],
chore(deps): update dependency helm-unittest/helm-unittest to v0.4.3 (#391) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [helm-unittest/helm-unittest](https://github.com/helm-unittest/helm-unittest) | patch | `v0.4.2` -> `v0.4.3` | --- ### Release Notes <details> <summary>helm-unittest/helm-unittest (helm-unittest/helm-unittest)</summary> ### [`v0.4.3`](https://github.com/helm-unittest/helm-unittest/releases/tag/v0.4.3) [Compare Source](https://github.com/helm-unittest/helm-unittest/compare/v0.4.2...v0.4.3) **Improvements** - Improve development, by running PR validation using GitHub actions (credits [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk)) **Fixes** - Fix unittest fails when chart name has same name as one of its dependencies (resolves [#&#8203;283](https://github.com/helm-unittest/helm-unittest/issues/283)) - Fix documentSelector matches resources outside of selected templates (credits [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk), resolves [#&#8203;286](https://github.com/helm-unittest/helm-unittest/issues/286)) - Fix IsNullOrEmptyValidator for single values (credits [@&#8203;arkbriar](https://github.com/arkbriar)) - Fix validation on Windows target platform **Updates** - Update packages to latest patch versions - Update documentation (credits [@&#8203;gionn](https://github.com/gionn), credits [@&#8203;mgnisia](https://github.com/mgnisia)) </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDYuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI0Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/391 Co-authored-by: Renovate Bot <bot@kriese.eu> Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-03-20 11:33:31 +00:00
"https://raw.githubusercontent.com/helm-unittest/helm-unittest/v0.4.3/schema/helm-testsuite.json": [
2023-12-06 13:32:09 +00:00
"/unittests/**/*.yaml"
]
},
"yaml.schemaStore.enable": true
}