chore: simplify workflows

This commit is contained in:
Michael Kriese 2020-04-28 08:56:36 +02:00
parent 05ac6b546e
commit 36b30fe60f
5 changed files with 62 additions and 39 deletions

17
.github/config.js vendored Normal file
View file

@ -0,0 +1,17 @@
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: [],
},
],
};