Skip to content

Commit

Permalink
Merge #1021
Browse files Browse the repository at this point in the history
1021: chore(deps): update dependabot/fetch-metadata action to v2 r=korthout a=renovate[bot]

[![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 | major | `v1.7.0` -> `v2.0.0` |

---

### Release Notes

<details>
<summary>dependabot/fetch-metadata (dependabot/fetch-metadata)</summary>

### [`v2.0.0`](https://togithub.com/dependabot/fetch-metadata/releases/tag/v2.0.0): - Switch to `node20`

[Compare Source](https://togithub.com/dependabot/fetch-metadata/compare/v1.7.0...v2.0.0)

#### What's Changed

-   Upgrade from node16 to node20 by [`@&#8203;Nishnha](https://togithub.com/Nishnha)` in [dependabot/fetch-metadata#443 👈 this is a potentially breaking change for some workflows
-   `v2` is the new tracking tag by [`@&#8203;jeffwidman](https://togithub.com/jeffwidman)` in [dependabot/fetch-metadata#506
-   v2.0.0 by [`@&#8203;fetch-metadata-action-automation](https://togithub.com/fetch-metadata-action-automation)` in [dependabot/fetch-metadata#508

**Full Changelog**: dependabot/fetch-metadata@v1.7.0...v2.0.0

</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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/zeebe-io/zeebe-cluster-testbench).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
zeebe-bors[bot] and renovate[bot] committed Apr 8, 2024
2 parents a1c5af6 + 1b034f9 commit 6d049f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- uses: actions/checkout@v4
- id: metadata
name: Fetch dependency metadata
uses: dependabot/fetch-metadata@v1.7.0
uses: dependabot/fetch-metadata@v2.0.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- id: merge
Expand Down

0 comments on commit 6d049f7

Please sign in to comment.