Skip to content

Commit 3b951da

Browse files
authored
Initial commit
0 parents  commit 3b951da

28 files changed

+4655
-0
lines changed

.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[target.x86_64-pc-windows-msvc]
2+
rustflags = ["-C", "target-feature=+crt-static"]
3+
4+
[target.i686-pc-windows-msvc]
5+
rustflags = ["-C", "target-feature=+crt-static"]

.github/renovate.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:base", "group:allNonMajor", ":preserveSemverRanges", ":disablePeerDependencies"],
4+
"labels": ["dependencies"],
5+
"packageRules": [
6+
{
7+
"matchPackageNames": ["@napi/cli", "napi", "napi-build", "napi-derive"],
8+
"addLabels": ["napi-rs"],
9+
"groupName": "napi-rs"
10+
},
11+
{
12+
"matchPackagePatterns": ["^eslint", "^@typescript-eslint"],
13+
"groupName": "linter"
14+
}
15+
],
16+
"commitMessagePrefix": "chore: ",
17+
"commitMessageAction": "bump up",
18+
"commitMessageTopic": "{{depName}} version",
19+
"ignoreDeps": []
20+
}

0 commit comments

Comments
 (0)