Skip to content

Commit 654da3d

Browse files
committed
Specify entire email adddress of gitIgnoredAuthors
1 parent 5bad559 commit 654da3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

solr/renovate-config-9x.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
gitAuthor: 'SolrBot <[email protected]>',
3-
gitIgnoredAuthors: ['renovate-bot'],
3+
gitIgnoredAuthors: ['renovate-bot <[email protected]>'],
44
onboarding: false,
55
requireConfig: "required",
66
platform: 'github',

solr/renovate-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
gitAuthor: 'SolrBot <[email protected]>',
3-
gitIgnoredAuthors: ['renovate-bot'],
3+
gitIgnoredAuthors: ['renovate-bot <[email protected]>'],
44
onboarding: false,
55
requireConfig: "required",
66
platform: 'github',

0 commit comments

Comments
 (0)