12 lines
339 B
JavaScript
12 lines
339 B
JavaScript
module.exports = {
|
|
username: 'renovate-release',
|
|
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
|
|
onboarding: false,
|
|
platform: 'github',
|
|
repositories: ['aggarwalakshun/k3s'],
|
|
autodiscover: false,
|
|
onboardingConfig: {
|
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
|
extends: ['config:recommended']
|
|
},
|
|
}; |