From 3895139f5ca11db6236492721a961873ee85c384 Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:16:09 +0000 Subject: [PATCH] chore: add dependabot[bot] to team list dependabot[bot] opens PRs regularly; suppress the 'Thanks' line in release notes the same way we do for other team bots. --- packages/script/src/index.ts | 1 + script/changelog-github.cjs | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/script/src/index.ts b/packages/script/src/index.ts index c6109f80a34..99402538cb3 100644 --- a/packages/script/src/index.ts +++ b/packages/script/src/index.ts @@ -118,6 +118,7 @@ const team = [ "chrarnoldus", "codingelves", "darkogj", + "dependabot[bot]", "dosire", "DScdng", "emilieschario", diff --git a/script/changelog-github.cjs b/script/changelog-github.cjs index f0aecd0e21d..a8301cf68fc 100644 --- a/script/changelog-github.cjs +++ b/script/changelog-github.cjs @@ -16,6 +16,7 @@ const team = new Set([ "chrarnoldus", "codingelves", "darkogj", + "dependabot[bot]", "dosire", "DScdng", "emilieschario",