From b81e8a1ca7a1d911751f07ac5ef9e7ba7636acd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 01:43:28 +0000 Subject: [PATCH] chore(deps): update dependabot/fetch-metadata action to v2.3.0 (#683) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dependabot/fetch-metadata](https://redirect.github.com/dependabot/fetch-metadata) | action | minor | `v2.2.0` -> `v2.3.0` | --- ### Release Notes
dependabot/fetch-metadata (dependabot/fetch-metadata) ### [`v2.3.0`](https://redirect.github.com/dependabot/fetch-metadata/releases/tag/v2.3.0) [Compare Source](https://redirect.github.com/dependabot/fetch-metadata/compare/v2.2.0...v2.3.0) #### What's Changed - Bump actions/create-github-app-token from 1.10.2 to 1.10.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/dependabot/fetch-metadata/pull/537](https://redirect.github.com/dependabot/fetch-metadata/pull/537) - Update readme to include an if conditional by [@​Nishnha](https://redirect.github.com/Nishnha) in [https://github.com/dependabot/fetch-metadata/pull/548](https://redirect.github.com/dependabot/fetch-metadata/pull/548) - Silence audit and funding messages from `npm` by [@​jeffwidman](https://redirect.github.com/jeffwidman) in [https://github.com/dependabot/fetch-metadata/pull/550](https://redirect.github.com/dependabot/fetch-metadata/pull/550) - Bump actions/create-github-app-token from 1.10.3 to 1.11.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/dependabot/fetch-metadata/pull/554](https://redirect.github.com/dependabot/fetch-metadata/pull/554) - fix readme action example by [@​CloudNStoyan](https://redirect.github.com/CloudNStoyan) in [https://github.com/dependabot/fetch-metadata/pull/563](https://redirect.github.com/dependabot/fetch-metadata/pull/563) - Fixed missing outputs in action.yml by [@​CatChen](https://redirect.github.com/CatChen) in [https://github.com/dependabot/fetch-metadata/pull/564](https://redirect.github.com/dependabot/fetch-metadata/pull/564) - Handle branch names containing dependency group by [@​CloudNStoyan](https://redirect.github.com/CloudNStoyan) in [https://github.com/dependabot/fetch-metadata/pull/565](https://redirect.github.com/dependabot/fetch-metadata/pull/565) - v2.3.0 by [@​fetch-metadata-action-automation](https://redirect.github.com/fetch-metadata-action-automation) in [https://github.com/dependabot/fetch-metadata/pull/543](https://redirect.github.com/dependabot/fetch-metadata/pull/543) #### New Contributors - [@​CloudNStoyan](https://redirect.github.com/CloudNStoyan) made their first contribution in [https://github.com/dependabot/fetch-metadata/pull/563](https://redirect.github.com/dependabot/fetch-metadata/pull/563) - [@​CatChen](https://redirect.github.com/CatChen) made their first contribution in [https://github.com/dependabot/fetch-metadata/pull/564](https://redirect.github.com/dependabot/fetch-metadata/pull/564) **Full Changelog**: https://github.com/dependabot/fetch-metadata/compare/v2...v2.3.0
--- ### Configuration 📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am every weekday,every weekend" in timezone Europe/Brussels, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kairos-io/provider-kairos). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/dependabot_auto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot_auto.yml b/.github/workflows/dependabot_auto.yml index 8e7aaf96..37d0674a 100644 --- a/.github/workflows/dependabot_auto.yml +++ b/.github/workflows/dependabot_auto.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v2.2.0 + uses: dependabot/fetch-metadata@v2.3.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" skip-commit-verification: true