From 1b01407c4ae3a707db381b07e1364c572c76eceb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:39:16 -0700 Subject: [PATCH] chore(deps): update dependency defenseunicorns/uds-common to v0.2.1 (#205) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [defenseunicorns/uds-common](https://togithub.com/defenseunicorns/uds-common) | patch | `v0.2.0` -> `v0.2.1` | --- ### Release Notes
defenseunicorns/uds-common (defenseunicorns/uds-common) ### [`v0.2.1`](https://togithub.com/defenseunicorns/uds-common/releases/tag/v0.2.1) [Compare Source](https://togithub.com/defenseunicorns/uds-common/compare/v0.2.0...v0.2.1) ##### Bug Fixes - add input for log artifact suffix ([19748e6](https://togithub.com/defenseunicorns/uds-common/commit/19748e6adf9bfa9ed97f7c4336d008b7a50ae433)) - fix accidental deletion ([b427e2e](https://togithub.com/defenseunicorns/uds-common/commit/b427e2effa85bab87edf697fb4ab5eb35221f3d2)) - refs after rename from uds-common-tasks to uds-common ([2c61a05](https://togithub.com/defenseunicorns/uds-common/commit/2c61a0507436633cba18a79612ea59d09657f8c0)) - use workflow env for pr.title ([cd2955a](https://togithub.com/defenseunicorns/uds-common/commit/cd2955af0ee88339e921dcdb9d0c8edea4d48b99)) ##### Miscellaneous - add a regex to capture npm install commands ([352f04c](https://togithub.com/defenseunicorns/uds-common/commit/352f04c049aaac9677ede013dbd06a7f21196968)) - add common workflows for reuse across repos ([4b5c84b](https://togithub.com/defenseunicorns/uds-common/commit/4b5c84bbf84309250e3023c53c8cf77e25eef767)) - add ie ([0bc781e](https://togithub.com/defenseunicorns/uds-common/commit/0bc781e7a9a972bb1853aeb657919ca86062c83f)) - create common renovate config ([77f1320](https://togithub.com/defenseunicorns/uds-common/commit/77f1320f827091c67c4b5eedb5a08e8ad9e2bacd)) - **deps:** update dependency defenseunicorns/uds-cli to v0.9.0 ([77eb22e](https://togithub.com/defenseunicorns/uds-common/commit/77eb22eabf2b31c529a759662e9fe93399fa4361)) - **deps:** update dependency defenseunicorns/uds-cli to v0.9.2 ([ce3ba97](https://togithub.com/defenseunicorns/uds-common/commit/ce3ba974ef3ff88058809f4b9a78da281a65ffa0)) - introduce a fix for release-please not firing on PR workflows ([f8562cd](https://togithub.com/defenseunicorns/uds-common/commit/f8562cdd89c260bd56f650badeb7c12b8b0dadcb)) - remove reviewers from renovate ([ffa675b](https://togithub.com/defenseunicorns/uds-common/commit/ffa675b67c4d863de43def10ccc1f538326da42b)) - update @​ renovate rule to be more brewey ([fc967d3](https://togithub.com/defenseunicorns/uds-common/commit/fc967d3e860c41fcfa652814d2d98b874a4cc8f9)) - update @​ renovate rule to be more brewey ([f6c0d3a](https://togithub.com/defenseunicorns/uds-common/commit/f6c0d3a78ca3ce173ace364f7cbcce5856c7057a)) - update to actionable tasks ([01a4736](https://togithub.com/defenseunicorns/uds-common/commit/01a4736f5f859ebfcb72efea6fb254fd7793e4be))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/defenseunicorns/uds-core). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tasks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.yaml b/tasks.yaml index 1c7159f2d..531d1ac82 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -10,7 +10,7 @@ includes: - deploy: ./tasks/deploy.yaml - test: ./tasks/test.yaml - lint: ./tasks/lint.yaml - - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.2.0/tasks/setup.yaml + - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.2.1/tasks/setup.yaml tasks: - name: dev-setup actions: