From 8204dee0312c3b313bcfaebfdce5e274fab38c4f Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Thu, 14 Nov 2024 08:56:21 -0700 Subject: [PATCH] feat(github-actions): add LGPL-3.0 as an allowed license Add LGPL-3.0 as an allowed license. --- github-actions/linting/licenses/dependency-review-config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/github-actions/linting/licenses/dependency-review-config.yml b/github-actions/linting/licenses/dependency-review-config.yml index f8a31a037..e686f673e 100644 --- a/github-actions/linting/licenses/dependency-review-config.yml +++ b/github-actions/linting/licenses/dependency-review-config.yml @@ -10,6 +10,8 @@ allow_licenses: - 'CC-BY-4.0' - 'CC0-1.0' - 'ISC' + - 'LGPL-3.0' + - 'LGPL-3.0+' - 'MIT' - 'MIT-0' - 'Python-2.0'