File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 .
44fail-on-severity : high
55fail-on-scopes :
66 - runtime
7- - unknown
87license-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
Original file line number Diff line number Diff line change 55
66permissions :
77 contents : read
8- pull-requests : write
98
109jobs :
1110 dependency-review :
You can’t perform that action at this time.
0 commit comments