Skip to content

Commit 0d84753

Browse files
committed
chore: update netlify and renovate
1 parent 66dc77a commit 0d84753

File tree

3 files changed

+34
-6
lines changed

3 files changed

+34
-6
lines changed

.github/renovate.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"extends": [
3+
"config:base",
4+
"group:allNonMajor",
5+
":semanticCommitTypeAll(chore)"
6+
],
7+
"meteor": {
8+
"enabled": false
9+
},
10+
"rangeStrategy": "bump",
11+
"npm": {
12+
"commitMessageTopic": "{{prettyDepType}} {{depName}}"
13+
},
14+
"packageRules": [
15+
{
16+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
17+
"automerge": true,
18+
"automergeSchedule": ["after 1am and before 2am"],
19+
"schedule": ["after 2am and before 3am"]
20+
}
21+
]
22+
}

netlify.toml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[build.environment]
2+
NPM_FLAGS = "--prefix=/dev/null"
3+
NODE_VERSION = "16"
4+
5+
[build]
6+
publish = "src/.vitepress/dist"
7+
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
8+
9+
[[redirects]]
10+
from = "/*"
11+
to = "/index.html"
12+
status = 200

renovate.json

-6
This file was deleted.

0 commit comments

Comments
 (0)