chore: simplify workflows

This commit is contained in:
Michael Kriese 2020-04-28 08:56:36 +02:00
parent 1e1bc634ac
commit 54342d886e
4 changed files with 62 additions and 38 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: [],
},
],
};