
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com> Co-authored-by: Aikawa <yu.croco@gmail.com>
8 lines
326 B
JavaScript
8 lines
326 B
JavaScript
module.exports = {
|
|
platform: 'github',
|
|
// This ensures that the gitAuthor and gitSignOff fields match
|
|
gitAuthor: 'argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>',
|
|
autodiscover: false,
|
|
allowPostUpgradeCommandTemplating: true,
|
|
allowedPostUpgradeCommands: [".*"],
|
|
};
|