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