Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions github-actions/linting/licenses/dependency-review-config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
vulnerability_check: false
allow_licenses:
vulnerability-check: false
allow-licenses:
- '0BSD'
- 'Apache-2.0'
- 'Artistic-2.0'
Expand All @@ -16,3 +16,7 @@ allow_licenses:
- 'MIT-0'
- 'Python-2.0'
- 'Unlicense'
allow-dependencies-licenses:
# Renovate uses the AGPL-3.0 license, which we have determined is okay for our
# usage. We do not however, want to depend on this license in general
- 'pkg:npm/renovate'