mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 09:22:36 +00:00
17 lines
395 B
JavaScript
17 lines
395 B
JavaScript
module.exports = {
|
|
branchPrefix: 'ga-renovate/',
|
|
dryRun: true,
|
|
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
|
|
logLevel: 'debug',
|
|
onboarding: false,
|
|
platform: 'github',
|
|
repositories: ['renovatebot/github-action'],
|
|
packageRules: [
|
|
{
|
|
description: 'lockFileMaintenance',
|
|
updateTypes: ['lockFileMaintenance'],
|
|
enabled: true,
|
|
schedule: [],
|
|
},
|
|
],
|
|
};
|