Skip to content

Commit 28d81d7

Browse files
authored
chore: update dependencies in package.json to latest versions (#503)
2 parents bdb0e31 + 74ef507 commit 28d81d7

File tree

4 files changed

+2457
-1655
lines changed

4 files changed

+2457
-1655
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ updates:
88
- "*" # Group all Actions updates into a single larger pull request
99
schedule:
1010
interval: weekly
11+
- package-ecosystem: "npm"
12+
directory: "/website"
13+
groups:
14+
website_dependencies:
15+
patterns:
16+
- "*" # Group all npm dependencies updates into a single larger pull request
17+
schedule:
18+
interval: monthly

website/docusaurus.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ const config = {
2525
projectName: 'TaskWeaver', // Usually your repo name.
2626

2727
onBrokenLinks: 'throw',
28-
onBrokenMarkdownLinks: 'warn',
2928

3029
// Even if you don't use internationalization, you can use this field to set
3130
// useful metadata like html lang. For example, if your site is Chinese, you
@@ -37,6 +36,9 @@ const config = {
3736

3837
markdown: {
3938
mermaid: true,
39+
hooks: {
40+
onBrokenMarkdownLinks: 'throw',
41+
}
4042
},
4143

4244
presets: [

0 commit comments

Comments
 (0)