mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
Move @tursodatabase/sync code to sync/javascript
This commit is contained in:
parent
33ddae1877
commit
13b805a992
27 changed files with 13 additions and 13 deletions
20
sync/javascript/.github/renovate.json
vendored
Normal file
20
sync/javascript/.github/renovate.json
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base", "group:allNonMajor", ":preserveSemverRanges", ":disablePeerDependencies"],
|
||||
"labels": ["dependencies"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["@napi/cli", "napi", "napi-build", "napi-derive"],
|
||||
"addLabels": ["napi-rs"],
|
||||
"groupName": "napi-rs"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["^eslint", "^@typescript-eslint"],
|
||||
"groupName": "linter"
|
||||
}
|
||||
],
|
||||
"commitMessagePrefix": "chore: ",
|
||||
"commitMessageAction": "bump up",
|
||||
"commitMessageTopic": "{{depName}} version",
|
||||
"ignoreDeps": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue