argocd-helm/.github/configs/renovate-config.js
Marco Maurer (-Kilchhofer) d0341cc441
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>
2024-09-26 08:17:08 +09:00

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: [".*"],
};