2 Star 1 Fork 0

uniwatch/teable

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
renovate.json5 2.43 KB
一键复制 编辑 原始数据 按行查看 历史
tea artist 提交于 2022-11-01 17:36 . chore: initialize project
/**
* Renovatebot config and overrides for the monorepo
*
* - https://docs.renovatebot.com/configuration-options/
* - https://docs.renovatebot.com/presets-default/
*/
{
"extends": ["config:base"],
"enabled": true,
"enabledManagers": ["npm", "docker-compose", "dockerfile", "github-actions"],
"postUpdateOptions": [
// https://docs.renovatebot.com/configuration-options/#postupdateoptions
// Will run yarn dedupe --strategy highest
'yarnDedupeHighest'
],
"packageRules": [
{
// Disabled packages, see why in .ncurc.yml
"enabled": false,
"matchPackageNames": [
"is-port-reachable",
"execa",
],
},
{
"groupName": "vitest monorepo",
"groupSlug": "vitest",
"matchPackageNames": [
"vitest",
],
"matchPackagePrefixes": [
"@vitest/"
]
},
{
"groupName": "remix monorepo",
"groupSlug": "remix",
"matchPackageNames": [
"remix",
],
"matchPackagePrefixes": [
"@remix-run/"
]
},
{
"groupName": "pothos monorepo",
"groupSlug": "pothos",
"matchPackagePrefixes": [
"@pothos/"
]
},
{
"groupName": "tailwind monorepo",
"groupSlug": "tailwind",
"matchPackageNames": [
"remix",
],
"matchPackagePrefixes": [
"@tailwindcss/"
]
},
{
"groupName": "graphql-mesh monorepo",
"groupSlug": "graphql-mesh",
"matchPackagePrefixes": [
"@graphql-mesh/"
]
},
{
"groupName": "cache-interop monorepo",
"groupSlug": "cache-interop",
"matchPackageNames": [
"@soluble/dsn-parser",
"@soluble/cache-ioredis",
"@soluble/cache-redis",
"@soluble/cache-interop"
],
},
{
// Root package.json
"matchPaths": ["package.json"],
"matchDepTypes": [
"dependencies",
],
"rangeStrategy": "pin"
},
{
// Will pin dependencies found in apps/*...
"matchPaths": ["apps/**"],
"matchDepTypes": [
"dependencies",
],
"rangeStrategy": "pin"
},
{
// Will preserve semver found in packages/*
"matchPaths": ["packages/**"],
"matchDepTypes": [
"dependencies",
],
"rangeStrategy": "replace"
},
{
// All dev deps
"matchDepTypes": [
"devDependencies"
],
"rangeStrategy": "auto"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/watching/teable.git
git@gitee.com:watching/teable.git
watching
teable
teable
develop

搜索帮助

0d507c66 1850385 C8b1a773 1850385