Skip to content

Commit cd1c181

Browse files
committed
ci: update dependency-review-config
- add `CC0-1.0` as valid licenses - excludes `[email protected]` which is `MIT and Unlicense`
1 parent 3ac70e2 commit cd1c181

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependency-review-config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ allow_licenses:
66
- 'BSD-2-Clause'
77
- 'BSD-3-Clause'
88
- 'CC-BY-4.0'
9+
- 'CC0-1.0'
910
- 'ISC'
1011
- 'MIT'
1112
- 'Python-2.0'
1213
- 'Unlicense'
14+
allow-dependencies-licenses:
15+
- 'pkg:npm/[email protected]' # MIT and Unlicense

0 commit comments

Comments
 (0)