diff --git a/src/configuration.ts b/src/configuration.ts index ee47fe8a..181c903e 100644 --- a/src/configuration.ts +++ b/src/configuration.ts @@ -48,7 +48,14 @@ export function fromPath(rootPath: string, options: Partial = {}) } if (!ignoreCommitters) { - ignoreCommitters = []; + ignoreCommitters = [ + "dependabot-bot", + "dependabot[bot]", + "greenkeeperio-bot", + "greenkeeper[bot]", + "renovate-bot", + "renovate[bot]", + ]; } return {