Skip to content

Commit ac80fef

Browse files
Merge pull request #383 from erikgb/fix-git-author
Set cert-manager-bot as Git author of Renovate PRs
2 parents 5afd6eb + e98661d commit ac80fef

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
33
enabled: true,
4+
gitAuthor: 'cert-manager-bot <cert-manager-bot@users.noreply.github.com>',
45
enabledManagers: [
56
'custom.regex',
67
'github-actions',

modules/repository-base/base-dependabot/.github/renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
{
55
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
66
enabled: true,
7+
gitAuthor: 'cert-manager-bot <cert-manager-bot@users.noreply.github.com>',
78
enabledManagers: [
89
'gomod',
910
],

0 commit comments

Comments
 (0)