mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-18 10:03:55 +00:00
9 lines
243 B
JSON
9 lines
243 B
JSON
{
|
|
"schedule": "daily", // daily|weekly|monthly
|
|
"ignoredFiles": [
|
|
"*.svg",
|
|
"packages/*",
|
|
"projects/*",
|
|
],
|
|
"minKBReduced": 200, // delay new prs until size reduction meets this threshold (default to 10)
|
|
} |