
chore: Migrate to renovate GH action Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
7 lines
231 B
JavaScript
7 lines
231 B
JavaScript
module.exports = {
|
|
platform: 'github',
|
|
gitAuthor: 'renovate[bot] <renovate[bot]@users.noreply.github.com>',
|
|
autodiscover: false,
|
|
allowPostUpgradeCommandTemplating: true,
|
|
allowedPostUpgradeCommands: [".*"],
|
|
};
|