diff --git a/dangerfile.js b/dangerfile.js index 270d21cc91..41774395cc 100644 --- a/dangerfile.js +++ b/dangerfile.js @@ -1,12 +1,10 @@ /* global danger, fail, message */ const { pr } = danger.github; const bodyAndTitle = (pr.body + pr.title).toLowerCase(); -const prAuthor = pr.user.login.toLowerCase(); const isTrivial = bodyAndTitle.includes('#trivial'); // turns off all danger checks -const isRenovateBot = prAuthor === 'renovate'; // turns off all danger checks const isGlobalConfigUpdate = bodyAndTitle.includes('#globalconfig'); // turns off danger checks for packages outside the root -if (!isTrivial || !isRenovateBot) { +if (!isTrivial) { const failedChangelogs = []; const failedVersionBumps = []; const packageDirectories = [ diff --git a/renovate.json b/renovate.json index 0c45998c5d..71214403d8 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ ":automergeRequireAllStatusChecks", "schedule:earlyMondays" ], - "commitMessagePrefix": "renovate -", + "commitMessagePrefix": "renovate - #trivial #globalconfig -", "packageRules": [ { "packagePatterns": [