Skip to content

Commit

Permalink
fix: use Renovate as git author (#29)
Browse files Browse the repository at this point in the history
# Description

Commits should clearly show that they were made by Renovate. This PR
sets the `gitAuthor` in the configuration file to `Renovate
<info@hlag.com>`.

# Verification

None

# Checklist

- [x] My code follows the style guidelines of the project
- [x] I have performed a self-review of my own code
- [ ] I have made corresponding changes to the documentation
  • Loading branch information
kayman-mk committed Feb 13, 2023
1 parent 2d6964c commit c453b50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"autodiscover": true,
"autodiscoverFilter": ["/Hapag-Lloyd/*/"],
"extends": ["config:base", ":semanticCommits", "helpers:pinGitHubActionDigests", ":dependencyDashboard"],
"gitAuthor": "Renovate <info@hlag.com>",
"includeForks": false,
"ignorePaths": ["**/modules/**/provider.tf"],
"labels": ["dependency"],
Expand Down

0 comments on commit c453b50

Please sign in to comment.