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