You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314
  1. module.exports = {
  2. onboardingConfig: {
  3. extends: ["config:base"],
  4. },
  5. platform: "github",
  6. onboarding: false,
  7. includeForks: false,
  8. branchPrefix: "renovate/",
  9. gitAuthor: "sonarqubetech-sonarenterprise <78919706+sonarqubetech-sonarenterprise@users.noreply.github.com>",
  10. baseBranches: ["master"],
  11. repositories: [
  12. "SonarSource/sonar-enterprise",
  13. ],
  14. };