9 lines
326 B
JavaScript
9 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: [".*"],
|
|
};
|