We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf867d9 commit a2f0f97Copy full SHA for a2f0f97
1 file changed
.github/dependency-review-config.yml
@@ -1,11 +1,14 @@
1
-fail-on-severity: moderate
+# Dependency review configuration for GitHub Well-Architected Framework
2
+# Optimized for static site operations - balancing security with maintenance effort
3
-comment-summary-in-pr: always
4
+# Only fail on high severity vulnerabilities (includes both high and critical severity levels)
5
+fail-on-severity: high
6
-# allow-licenses:
-# - MIT
7
+# Always provide PR comments summarizing dependency changes
8
+comment-summary-in-pr: always
9
10
+# Only fail on runtime and unknown scope vulnerabilities
11
+# Development dependencies are excluded to reduce noise for this static site
12
fail-on-scopes:
- - development
13
- runtime
14
- unknown
0 commit comments