diff --git a/.github/renovate.json b/.github/renovate.json index 450bb40..609da84 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>js-soft/renovate-config"], - "reviewers": ["Milena-Czierlinski", "britsta"], + "reviewers": ["team:npm-dependency-update-reviewers"], "packageRules": [ { "matchPackageNames": ["bt-runner"], 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 }}