Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
module.exports = {
/* endpoint: 'https://api.github.com/', */
token: 'xxx',
platform: 'github',
logLevel: 'debug',
onboardingConfig: {
extends: ['config:base'],
},
repositories: ['julienp-test-org/gatsby-starter-blog'],
renovateFork: true,
gitAuthor: "Julien <julien@caffeine.lu>",
username: "julienp",
onboarding: false,
printConfig: true,
requireConfig: false,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment