diff --git a/scripts/changelogUtils.mjs b/scripts/changelogUtils.mjs index 0f13f893d7206..2b2c3965c032b 100644 --- a/scripts/changelogUtils.mjs +++ b/scripts/changelogUtils.mjs @@ -194,7 +194,7 @@ async function generateChangelog({ release, }) ) - .filter((commit) => !commit.author?.login.endsWith('[bot]')) + .filter((commit) => commit.author?.login !== 'renovate[bot]') .map((commit) => ({ ...commit, commit: {