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

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
pull/2940/head
Marco Maurer (-Kilchhofer) 2024-09-26 01:17:08 +02:00 committed by GitHub
parent 4b651b3474
commit d0341cc441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
module.exports = { module.exports = {
platform: 'github', 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>',
autodiscover: false, autodiscover: false,
allowPostUpgradeCommandTemplating: true, allowPostUpgradeCommandTemplating: true,
allowedPostUpgradeCommands: [".*"], allowedPostUpgradeCommands: [".*"],

View File

@ -5,7 +5,8 @@
}, },
"extends": [ "extends": [
"config:recommended", "config:recommended",
"docker:enableMajor" "docker:enableMajor",
":gitSignOff"
], ],
"labels": ["renovate"], "labels": ["renovate"],
"includePaths": [ "includePaths": [