Skip to content

Commit 3c5a1dc

Browse files
authored
Merge pull request #7 from Boyeep/chore/relax-dependency-review-policy
Relax dependency review policy
2 parents 458ee34 + def9755 commit 3c5a1dc

2 files changed

Lines changed: 2 additions & 19 deletions

File tree

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
11
# Keep the initial policy focused on risky dependency changes first.
2-
# This allowlist is intentionally based on the licenses already present in the
3-
# current dependency tree so normal updates do not become noisy immediately.
2+
# Avoid a strict license allowlist here because it tends to make normal
3+
# Dependabot updates noisy across ecosystems and workflow dependencies.
44
fail-on-severity: high
55
fail-on-scopes:
66
- runtime
7-
- unknown
87
license-check: true
9-
allow-licenses:
10-
- Apache-2.0
11-
- Apache-2.0 AND LGPL-3.0-or-later
12-
- Apache-2.0 OR BSD-2-Clause
13-
- BSD-2-Clause
14-
- BSD-3-Clause
15-
- BlueOak-1.0.0
16-
- CC-BY-4.0
17-
- CC0-1.0
18-
- ISC
19-
- MIT
20-
- MPL-2.0
21-
- PSF-2.0
22-
- Python-2.0
23-
- 0BSD

.github/workflows/dependency-review.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55

66
permissions:
77
contents: read
8-
pull-requests: write
98

109
jobs:
1110
dependency-review:

0 commit comments

Comments
 (0)