Skip to content

Commit

Permalink
chore(deps): update dependabot/fetch-metadata action to v2.3.0 (#683)
Browse files Browse the repository at this point in the history
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

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

###
[`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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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

- [@&#8203;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)
- [@&#8203;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**:
dependabot/fetch-metadata@v2...v2.3.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent 2ec8886 commit b81e8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b81e8a1

Please sign in to comment.