Skip to content

Commit

Permalink
chore(workflows/dependencies): update peter-evans/create-pull-request…
Browse files Browse the repository at this point in the history
… action to v6 (#754)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[peter-evans/create-pull-request](https://togithub.com/peter-evans/create-pull-request)
| action | major | `v5` -> `v6` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>peter-evans/create-pull-request
(peter-evans/create-pull-request)</summary>

###
[`v6`](https://togithub.com/peter-evans/create-pull-request/compare/v5...v6)

[Compare
Source](https://togithub.com/peter-evans/create-pull-request/compare/v5...v6)

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/teutonet/teutonet-helm-charts).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE5MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Werner Rau <[email protected]>
  • Loading branch information
renovate[bot] and cwrau authored Feb 22, 2024
1 parent 28f6c3a commit 16edaeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-artifacthub-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,11 @@ jobs:
- run: ./.github/scripts/enforce-trusted-registries.sh "charts/${{ matrix.chart }}"

- id: create-pr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
add-paths: |
charts/${{ matrix.chart }}/Chart.yaml
commit-message: "ci(${{ matrix.chart }}/artifacthub-images): Update images in 'Chart.yaml'"
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
branch: ci/${{ matrix.chart }}-update-artifacthub-images
title: "ci(${{ matrix.chart }}/artifacthub-images): Update ArtifactHUB images"
body: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/update-codeowners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:

- name: Create PR
id: create-pr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
add-paths: |
.github/CODEOWNERS
commit-message: "ci: [bot] Update 'CODEOWNERS'"
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
branch: ci/update-codeowners
title: "ci: Update CODEOWNERS"
- name: Set PR to auto-merge
Expand Down

0 comments on commit 16edaeb

Please sign in to comment.