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.

config.js 434B

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