From 1c0c5c1b650b8e43f49a21fc2598d52939a0c08b Mon Sep 17 00:00:00 2001 From: Joe Hanson Date: Wed, 3 May 2023 18:06:25 -0500 Subject: [PATCH] Update renovate.json5 --- .github/renovate.json5 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index cacb9fc..b3c5f22 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -5,6 +5,8 @@ "github>bjw-s/renovate-config:automerge-github-actions", ], "platform": "github", + "username": "jahanson-bot[bot]", + "gitAuthor": "jahanson-bot <132467671+jahanson-bot[bot]@users.noreply.github.com>" "repositories": ["jahanson/vyos-config"], "regexManagers": [ { @@ -33,4 +35,4 @@ separateMinorPatch: true, }, ] -} \ No newline at end of file +}