Skip to content

Commit 2b62553

Browse files
Including license check in dependency review
1 parent 027fe2d commit 2b62553

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependency-review-config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ allow-licenses:
2929
- 'Python-2.0'
3030
- 'Python-2.0.1'
3131
- 'ISC'
32-
- 'MIT AND Apache-2.0'
32+
- 'Apache-2.0 AND MIT'
33+
- 'MIT AND Python-2.0'
3334
comment-summary-in-pr: on-failure
3435
fail-on-scopes: runtime

0 commit comments

Comments
 (0)