From 1651d05dc830967a9732a61f8a6141a38fd7dfcb Mon Sep 17 00:00:00 2001 From: David Bernard Date: Wed, 18 Dec 2024 19:23:35 +0100 Subject: [PATCH] fix: bad copy/paste for the renovate configuration --- .github/workflows/renovate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 8ab88a2..d2929c5 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -43,9 +43,9 @@ jobs: # Onboarding not needed for self hosted RENOVATE_ONBOARDING: "false" # Username for GitHub authentication (should match GitHub App name + [bot]) - RENOVATE_USERNAME: "superseb-demo-renovate[bot]" + # RENOVATE_USERNAME: "" # Git commit author used, must match GitHub App - RENOVATE_GIT_AUTHOR: "superseb-demo-renovate <121964725+superseb-demo-renovate[bot]@users.noreply.github.com>" + # RENOVATE_GIT_AUTHOR: "" # Use GitHub API to create commits (this allows for signed commits from GitHub App) RENOVATE_PLATFORM_COMMIT: "true" # Override schedule if set