Skip to content

Commit

Permalink
Organize renovate-config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-foxmoore committed Aug 18, 2022
1 parent 93520fe commit c4184ef
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions renovate-config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
const branchName = 'github-renovate';

module.exports = {
branchPrefix: `${branchName}/`,
dependencyDashboardTitle: 'Dependency Dashboard self-hosted',
gitAuthor: 'Renovate Bot <[email protected]>',
// Self-hosted configuration options
onboardingBranch: `${branchName}/configure`,
platform: 'github',
dryRun: null,
Expand All @@ -14,5 +12,10 @@ module.exports = {
'ben-foxmoore/kube-state-metrics',
'ben-foxmoore/docker-build-env',
],
includeForks: true
// Default Repository configuration options
branchPrefix: `${branchName}/`,
dependencyDashboard: true,
dependencyDashboardTitle: 'Dependency Dashboard self-hosted',
gitAuthor: 'Renovate Bot <[email protected]>',
includeForks: true,
};

0 comments on commit c4184ef

Please sign in to comment.