diff options
author | Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> | 2022-11-17 14:42:29 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-11-28 11:29:35 +0000 |
commit | aa55b166d53a3148e68bd24a134c43d34021c8a0 (patch) | |
tree | 5ee1b380c0b7158939f03051c3eb5c00289f93c6 /.github/config.js | |
parent | 113961e3d54fafd4a706a303ee2c0dd211456527 (diff) | |
download | sonarqube-aa55b166d53a3148e68bd24a134c43d34021c8a0.tar.gz sonarqube-aa55b166d53a3148e68bd24a134c43d34021c8a0.zip |
feat(BUILD-2139): migrate gha renovate to use vault
Diffstat (limited to '.github/config.js')
-rw-r--r-- | .github/config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/config.js b/.github/config.js index 162a2e01059..86038c31e12 100644 --- a/.github/config.js +++ b/.github/config.js @@ -6,7 +6,8 @@ module.exports = { onboarding: false, includeForks: false, branchPrefix: "renovate/", - gitAuthor: "sonarqubetech-sonarenterprise <78919706+sonarqubetech-sonarenterprise@users.noreply.github.com>", + 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", |