Skip to content

Commit

Permalink
Update renovatebot/github-action action to v41 (#128)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
|
[renovatebot/github-action](https://redirect.github.com/renovatebot/github-action)
| action | major | `v40.3.6` -> `v41.0.2` | `v41.0.3` |

---

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

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

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

##### ⚠ BREAKING CHANGES

-   Renovate is now pinned to v39.

##### Features

- pin renovate major version
([#&#8203;880](https://redirect.github.com/renovatebot/github-action/issues/880))
([c31251b](https://redirect.github.com/renovatebot/github-action/commit/c31251b741c70d630b7bb4d64c5644896fd75548))

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4xIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
RKIMetadataExchange authored Nov 18, 2024
1 parent 8ddd234 commit a4f25ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovatebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 1

- name: Run renovatebot
uses: renovatebot/github-action@v40.3.6
uses: renovatebot/github-action@v41.0.2
env:
RENOVATE_GIT_PRIVATE_KEY: ${{ secrets.GPG_SIGNING_KEY }}
RENOVATE_REPOSITORIES: "robert-koch-institut/mex-template"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 1

- name: Run renovatebot
uses: renovatebot/github-action@v40.3.6
uses: renovatebot/github-action@v41.0.2
env:
RENOVATE_GIT_PRIVATE_KEY: {% raw %}${{ secrets.GPG_SIGNING_KEY }}{% endraw %}
RENOVATE_REPOSITORIES: "robert-koch-institut/mex-{{ cookiecutter.project_name }}"
Expand Down

0 comments on commit a4f25ab

Please sign in to comment.