mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 17:32:35 +00:00
21 lines
426 B
JavaScript
21 lines
426 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'],
|
|
printConfig: true,
|
|
lockFileMaintenance: {
|
|
enabled: true,
|
|
schedule: null,
|
|
},
|
|
schedule: null,
|
|
packageRules: [
|
|
{
|
|
packagePattern: '.*',
|
|
schedule: null,
|
|
},
|
|
],
|
|
};
|