argocd-helm/.github/configs/renovate-config.js
Marco Maurer (-Kilchhofer) e0f6a16ce8
chore(github): Migrate to renovate GH action (#2520)
chore: Migrate to renovate GH action

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
2024-02-29 19:54:21 +01:00

7 lines
231 B
JavaScript

module.exports = {
platform: 'github',
gitAuthor: 'renovate[bot] <renovate[bot]@users.noreply.github.com>',
autodiscover: false,
allowPostUpgradeCommandTemplating: true,
allowedPostUpgradeCommands: [".*"],
};