Skip to content

Commit edbe420

Browse files
committed
ci: allow renovate with agpl license (#2210)
Allow renovate as a dependency with an agpl license PR Close #2210
1 parent 65f2c56 commit edbe420

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
# We use this action pinned at main because we need to have an actual version for the config to load.
4040
# Since using the local version would end up nearly using `main` anyway, this is essentially equivalent.
4141
uses: angular/dev-infra/github-actions/linting/licenses@main
42+
with:
43+
allow-dependencies-licenses: 'pkg:npm/renovate'
4244

4345
test:
4446
timeout-minutes: 15

0 commit comments

Comments
 (0)