mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08:00
fix: renovate ignorePaths should not include tests
This commit is contained in:
11
.github/renovate.json
vendored
11
.github/renovate.json
vendored
@@ -1,7 +1,16 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:base", ":disablePeerDependencies"],
|
"extends": ["config:recommended", ":disablePeerDependencies"],
|
||||||
"labels": ["dependencies"],
|
"labels": ["dependencies"],
|
||||||
|
"ignorePaths": [
|
||||||
|
"**/node_modules/**",
|
||||||
|
"**/bower_components/**",
|
||||||
|
"**/vendor/**",
|
||||||
|
"**/examples/**",
|
||||||
|
"**/__tests__/**",
|
||||||
|
"**/test/**",
|
||||||
|
"**/__fixtures__/**"
|
||||||
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["napi", "napi-build", "napi-derive"],
|
"matchPackageNames": ["napi", "napi-build", "napi-derive"],
|
||||||
|
|||||||
Reference in New Issue
Block a user