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
parent
4b651b3474
commit
d0341cc441
|
@ -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: [".*"],
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
},
|
},
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended",
|
"config:recommended",
|
||||||
"docker:enableMajor"
|
"docker:enableMajor",
|
||||||
|
":gitSignOff"
|
||||||
],
|
],
|
||||||
"labels": ["renovate"],
|
"labels": ["renovate"],
|
||||||
"includePaths": [
|
"includePaths": [
|
||||||
|
|
Loading…
Reference in New Issue