From d88a3b72fd6209b4af49c437ae5c944816799204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20H=C3=BCgel?= Date: Tue, 11 Aug 2026 15:26:18 +0200 Subject: [PATCH 1/2] Set npm dependency update team as Renovate reviewer --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index b28c8467..4c0bd2b9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>js-soft/renovate-config"], - "reviewers": ["Milena-Czierlinski", "britsta"] + "reviewers": ["team:npm-dependency-update-reviewers"] } From 3bba90f0ba540d4cbff73a284eeffa982c2b309a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20H=C3=BCgel?= Date: Tue, 11 Aug 2026 15:26:18 +0200 Subject: [PATCH 2/2] Set npm dependency update team as npm audit reviewer --- .github/workflows/dependency-security-maintenance.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dependency-security-maintenance.yml b/.github/workflows/dependency-security-maintenance.yml index 4c46c9cf..4daa0fda 100644 --- a/.github/workflows/dependency-security-maintenance.yml +++ b/.github/workflows/dependency-security-maintenance.yml @@ -10,5 +10,7 @@ permissions: {} jobs: npm-audit: uses: js-soft/github-actions/.github/workflows/dependency-security-maintenance.yml@main + with: + reviewers: nmshd/npm-dependency-update-reviewers secrets: github-token: ${{ secrets.GH_PAT }}