ci: remove example as the build can act as example

This commit is contained in:
Jeroen de Bruijn 2020-05-03 18:40:17 +02:00
parent bb8b0ad0d8
commit 507fdfb31c
No known key found for this signature in database
GPG key ID: 3A2677A1DF38FF9F
4 changed files with 1 additions and 27 deletions

View file

@ -0,0 +1,29 @@
module.exports = {
branchPrefix: 'test-renovate/',
dryRun: true,
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
logLevel: 'debug',
onboarding: false,
platform: 'github',
includeForks: true,
repositories: [
'renovatebot/github-action',
'renovate-tests/cocoapods1',
'renovate-tests/gomod1',
],
packageRules: [
{
description: 'lockFileMaintenance',
updateTypes: [
'pin',
'digest',
'patch',
'minor',
'major',
'lockFileMaintenance',
],
masterIssueApproval: false,
stabilityDays: 0,
},
],
};