diff --git a/.github/renovate.json b/.github/renovate.json index b4e2af6..b8ae356 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 f8b4319..b22a5e7 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: js-soft/npm-dependency-update-reviewers secrets: github-token: ${{ secrets.GH_PAT }}