We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f2c56 commit edbe420Copy full SHA for edbe420
.github/workflows/pr.yml
@@ -39,6 +39,8 @@ jobs:
39
# We use this action pinned at main because we need to have an actual version for the config to load.
40
# Since using the local version would end up nearly using `main` anyway, this is essentially equivalent.
41
uses: angular/dev-infra/github-actions/linting/licenses@main
42
+ with:
43
+ allow-dependencies-licenses: 'pkg:npm/renovate'
44
45
test:
46
timeout-minutes: 15
0 commit comments