Skip to content

Commit

Permalink
Revert "Remove development run time from fail-on-scope (Dependency …
Browse files Browse the repository at this point in the history
…Review) ✅ "
  • Loading branch information
JamieSlome authored Apr 5, 2024
1 parent bfee678 commit 9ad9c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
comment-summary-in-pr: always
fail-on-severity: high
allow-licenses: MIT, Apache-2.0, BSD-3-Clause, ISC, BSD-2-Clause, Unlicense, CC0-1.0, 0BSD, X11, MPL-2.0, MPL-1.0, MPL-1.1, MPL-2.0
fail-on-scopes: runtime
fail-on-scopes: development, runtime
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "docusaurus build",
"publish-gh-pages": "docusaurus deploy"
},
"devDependencies": {
"dependencies": {
"@docusaurus/core": "^3.0.0",
"@docusaurus/preset-classic": "^3.0.0",
"classnames": "^2.2.6",
Expand Down

0 comments on commit 9ad9c8c

Please sign in to comment.