Skip to content
Merged
Show file tree
Hide file tree
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
20 changes: 2 additions & 18 deletions .github/dependency-review-config.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
# Keep the initial policy focused on risky dependency changes first.
# This allowlist is intentionally based on the licenses already present in the
# current dependency tree so normal updates do not become noisy immediately.
# Avoid a strict license allowlist here because it tends to make normal
# Dependabot updates noisy across ecosystems and workflow dependencies.
fail-on-severity: high
fail-on-scopes:
- runtime
- unknown
license-check: true
allow-licenses:
- Apache-2.0
- Apache-2.0 AND LGPL-3.0-or-later
- Apache-2.0 OR BSD-2-Clause
- BSD-2-Clause
- BSD-3-Clause
- BlueOak-1.0.0
- CC-BY-4.0
- CC0-1.0
- ISC
- MIT
- MPL-2.0
- PSF-2.0
- Python-2.0
- 0BSD
1 change: 0 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:

permissions:
contents: read
pull-requests: write

jobs:
dependency-review:
Expand Down
Loading