diff --git a/.github/renovate.json b/.github/renovate.json index b28c846..4c0bd2b 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"] } diff --git a/.github/workflows/dependency-security-maintenance.yml b/.github/workflows/dependency-security-maintenance.yml index 4c46c9c..4daa0fd 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 }}