Skip to content

Commit 4b1e738

Browse files
committed
šŸ”§ build: ę›“ę–°ä¾čµ–
1 parent 0865bd7 commit 4b1e738

4 files changed

Lines changed: 923 additions & 691 deletions

File tree

ā€Ž.github/dependabot.ymlā€Ž

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "npm"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
day: "sunday"
13+
commit-message:
14+
prefix: "šŸ”§ build(pnpm):"

ā€Ž.node-versionā€Ž

20 Bytes
Binary file not shown.

ā€Žpackage.jsonā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"vitepress": "^1.2.3"
3+
"vitepress": "2.0.0-alpha.16"
44
},
55
"scripts": {
66
"docs:dev": "vitepress dev docs",

0 commit comments

Comments
Ā (0)