chore(github): Migrate to renovate GH action (#2520)

chore: Migrate to renovate GH action

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Maurer (-Kilchhofer) 2024-02-29 19:54:21 +01:00 committed by GitHub
parent 48824664e9
commit e0f6a16ce8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 104 additions and 75 deletions

7
.github/configs/renovate-config.js vendored Normal file
View file

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