From cd6084403ed6a531e3e84d0cba01dfa043eaabde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:35:30 +0000 Subject: [PATCH] chore(deps): update dependabot/fetch-metadata action to v2.2.0 (#592) 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 | Type | Update | Change | |---|---|---|---| | [dependabot/fetch-metadata](https://togithub.com/dependabot/fetch-metadata) | action | minor | `v2.1.0` -> `v2.2.0` | --- ### Release Notes
dependabot/fetch-metadata (dependabot/fetch-metadata) ### [`v2.2.0`](https://togithub.com/dependabot/fetch-metadata/releases/tag/v2.2.0) [Compare Source](https://togithub.com/dependabot/fetch-metadata/compare/v2.1.0...v2.2.0) #### What's Changed - Bump actions/create-github-app-token from 1.9.0 to 1.10.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dependabot/fetch-metadata/pull/523](https://togithub.com/dependabot/fetch-metadata/pull/523) - Bump actions/create-github-app-token from 1.10.0 to 1.10.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dependabot/fetch-metadata/pull/534](https://togithub.com/dependabot/fetch-metadata/pull/534) - Bump braces from 3.0.2 to 3.0.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dependabot/fetch-metadata/pull/532](https://togithub.com/dependabot/fetch-metadata/pull/532) - v2.2.0 by [@​fetch-metadata-action-automation](https://togithub.com/fetch-metadata-action-automation) in [https://github.com/dependabot/fetch-metadata/pull/520](https://togithub.com/dependabot/fetch-metadata/pull/520) **Full Changelog**: https://github.com/dependabot/fetch-metadata/compare/v2...v2.2.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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](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 bc357212..8e7aaf96 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.1.0 + uses: dependabot/fetch-metadata@v2.2.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" skip-commit-verification: true