From 6bca8443623b276e2104eae6d95960f1d2b7c4c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 08:40:21 +0000 Subject: [PATCH] chore(deps): update dependency defenseunicorns/uds-cli to v0.15.0 | datasource | package | from | to | | ----------- | ----------------------- | ------ | ------- | | github-tags | defenseunicorns/uds-cli | 0.4.1 | 0.15.0 | | github-tags | defenseunicorns/uds-cli | v0.4.1 | v0.15.0 | --- .github/actions/setup/action.yaml | 2 +- .vscode/settings.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index be9130bfc..9157b319c 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -27,4 +27,4 @@ runs: - name: Install UDS CLI shell: bash # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - run: brew install defenseunicorns/tap/uds@0.4.1 + run: brew install defenseunicorns/tap/uds@0.15.0 diff --git a/.vscode/settings.json b/.vscode/settings.json index 465ff4c6c..b75653fe6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,12 +8,12 @@ }, "yaml.schemas": { // renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.4.1/uds.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.15.0/uds.schema.json": [ "uds-bundle.yaml" ], // renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.4.1/tasks.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.15.0/tasks.schema.json": [ "tasks.yaml", "tasks/**/*.yaml", "src/**/validate.yaml"