Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Dec 1, 2023
1 parent c7ef57b commit 4cb0238
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 569 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
12 changes: 10 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
"enabled": true
},
"files": {
"ignore": [".devcontainer", ".vscode", "node_modules", ".docusaurus", "build", "pdf"]
"ignore": [
".devcontainer",
".vscode",
"node_modules",
".docusaurus",
"build",
"pdf"
]
},
"linter": {
"enabled": true,
Expand All @@ -20,7 +27,8 @@
"noConsoleLog": "off"
},
"nursery": {
"all": true
"all": true,
"noDefaultExport": "off"
},
"complexity": {
"all": true,
Expand Down
Loading

0 comments on commit 4cb0238

Please sign in to comment.