Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(github): Use correct email of the Renovate bot #2938

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

mkilchhofer
Copy link
Member

@mkilchhofer mkilchhofer commented Sep 25, 2024

This should fix comments from renovate like this

Renvate comment

Source: #2937 (comment)


Checklist:

  • I have bumped the chart version according to versioning
  • I have updated the documentation according to documentation
  • I have updated the chart changelog with all the changes that come with this pull request according to changelog.
  • Any new values are backwards compatible and/or have sensible default.
  • I have signed off all my commits as required by DCO.
  • My build is green (troubleshooting builds).

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
@@ -1,6 +1,7 @@
module.exports = {
platform: 'github',
gitAuthor: 'renovate[bot] <renovate[bot]@users.noreply.github.com>',
// This ensures that the gitAuthor and gitSignOff fields match
gitAuthor: 'argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I took it from here:

commit 1773b67d65142bbd46543912139d9a080eb93a00 (origin/main, main)
Author: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Date:   Wed Sep 25 23:31:02 2024 +0200

    chore(deps): update actions/checkout action to v4.2.0 (#2937)

    Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>

diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml
index 077a96f4..e4937114 100644
--- a/.github/workflows/renovate.yaml
+++ b/.github/workflows/renovate.yaml
@@ -23,7 +23,7 @@ jobs:
           private-key: ${{ secrets.RENOVATE_APP_PRIVATE_KEY }}

       - name: Checkout
-        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+        uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

       - name: Self-hosted Renovate
         uses: renovatebot/github-action@e1db501385ddcccbaae6fb9c06befae04f379f23 # v40.2.10

Copy link
Collaborator

@mbevc1 mbevc1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤞

@yu-croco yu-croco merged commit d0341cc into main Sep 25, 2024
6 checks passed
@yu-croco yu-croco deleted the bugfix/renovate_email branch September 25, 2024 23:17
rouke-broersma referenced this pull request in broersma-forslund/homelab Sep 26, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [argo-cd](https://redirect.github.com/argoproj/argo-helm) | patch |
`7.6.4` -> `7.6.5` |

---

### Release Notes

<details>
<summary>argoproj/argo-helm (argo-cd)</summary>

###
[`v7.6.5`](https://redirect.github.com/argoproj/argo-helm/releases/tag/argo-cd-7.6.5)

[Compare
Source](https://redirect.github.com/argoproj/argo-helm/compare/argo-cd-7.6.4...argo-cd-7.6.5)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
for Kubernetes.

#### What's Changed

- chore(github): Use correct email of the Renovate bot by
[@&#8203;mkilchhofer](https://redirect.github.com/mkilchhofer) in
[https://github.com/argoproj/argo-helm/pull/2938](https://redirect.github.com/argoproj/argo-helm/pull/2938)
- chore(argo-cd): Update dependency argoproj/argo-cd to v2.12.4 by
[@&#8203;argoproj-renovate](https://redirect.github.com/argoproj-renovate)
in
[https://github.com/argoproj/argo-helm/pull/2940](https://redirect.github.com/argoproj/argo-helm/pull/2940)

**Full Changelog**:
argoproj/argo-helm@argo-cd-7.6.4...argo-cd-7.6.5

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/broersma-forslund/homelab).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants