Skip to content

Commit

Permalink
fix(github-action): update renovatebot/github-action ( v41.0.0 → v41.…
Browse files Browse the repository at this point in the history
…0.2 ) (#444)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://redirect.github.com/renovatebot/github-action)
| action | patch | `v41.0.0` -> `v41.0.2` |

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v41.0.2`](https://redirect.github.com/renovatebot/github-action/releases/tag/v41.0.2)

[Compare
Source](https://redirect.github.com/renovatebot/github-action/compare/v41.0.1...v41.0.2)

##### Build System

- compile as esm
([#&#8203;888](https://redirect.github.com/renovatebot/github-action/issues/888))
([e8fc25c](https://redirect.github.com/renovatebot/github-action/commit/e8fc25c747f24032368eb5dfd40ab54491f4640c))

###
[`v41.0.1`](https://redirect.github.com/renovatebot/github-action/releases/tag/v41.0.1)

[Compare
Source](https://redirect.github.com/renovatebot/github-action/compare/v41.0.0...v41.0.1)

##### Miscellaneous Chores

- **deps:** update dependency eslint to v9
([#&#8203;881](https://redirect.github.com/renovatebot/github-action/issues/881))
([d4f5ed0](https://redirect.github.com/renovatebot/github-action/commit/d4f5ed0b0bfbf0c499029030afb952b342a4aee0))
- **renovate:** fix config
([#&#8203;884](https://redirect.github.com/renovatebot/github-action/issues/884))
([1eb9d9b](https://redirect.github.com/renovatebot/github-action/commit/1eb9d9be0bde69f74a8e995c5413907ff402d961))

##### Tests

- **e2e:** test with default version
([#&#8203;886](https://redirect.github.com/renovatebot/github-action/issues/886))
([d16f12d](https://redirect.github.com/renovatebot/github-action/commit/d16f12d19b53252b0d6f66d0c796e29551a5f80e))

##### Build System

- use `esbuild`
([#&#8203;887](https://redirect.github.com/renovatebot/github-action/issues/887))
([4a407be](https://redirect.github.com/renovatebot/github-action/commit/4a407be28ac596f9cd42fb07eb4486f9221d28ed))

##### Continuous Integration

- **deps:** update renovate docker tag to v39
([#&#8203;885](https://redirect.github.com/renovatebot/github-action/issues/885))
([f8106c1](https://redirect.github.com/renovatebot/github-action/commit/f8106c12581d77b071ac33e236321f3c5ab09976))
- simplify
([#&#8203;883](https://redirect.github.com/renovatebot/github-action/issues/883))
([a060887](https://redirect.github.com/renovatebot/github-action/commit/a0608873fb1c6064eddadd1a7ede8cf033c44237))
- use `github-actions[bot]` for merge commit
([#&#8203;882](https://redirect.github.com/renovatebot/github-action/issues/882))
([4c22a10](https://redirect.github.com/renovatebot/github-action/commit/4c22a107ea70e2bc9af90c611099623113dcd4ff))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS44LjAiLCJ0YXJnZXRCcmFuY2giOiJkZXYiLCJsYWJlbHMiOlsicmVub3ZhdGUvZ2l0aHViLWFjdGlvbiIsInJlbm92YXRlL2dpdGh1Yi1yZWxlYXNlIiwidHlwZS9wYXRjaCJdfQ==-->

Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
  • Loading branch information
bloopy-boi[bot] authored Nov 9, 2024
1 parent cf9a122 commit 573c5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
token: "${{ steps.app-token.outputs.token }}"

- name: Renovate
uses: renovatebot/github-action@v41.0.0
uses: renovatebot/github-action@v41.0.2
env:
LOG_LEVEL: ${{ inputs.renovateLogLevel }}
RENOVATE_DRY_RUN: ${{ inputs.dryRun }}
Expand Down

0 comments on commit 573c5f3

Please sign in to comment.