Skip to content

Commit

Permalink
ci: update dependency-review-config
Browse files Browse the repository at this point in the history
- add `CC0-1.0` as valid licenses
- excludes `thingies@1.21.0` which is `MIT and Unlicense`
  • Loading branch information
alan-agius4 committed Jun 5, 2024
1 parent 3ac70e2 commit cd1c181
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependency-review-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ allow_licenses:
- 'BSD-2-Clause'
- 'BSD-3-Clause'
- 'CC-BY-4.0'
- 'CC0-1.0'
- 'ISC'
- 'MIT'
- 'Python-2.0'
- 'Unlicense'
allow-dependencies-licenses:
- 'pkg:npm/thingies@1.21.0' # MIT and Unlicense

0 comments on commit cd1c181

Please sign in to comment.