mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-20 13:00:32 +08:00
30 lines
663 B
JSON
30 lines
663 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
"schedule:monthly",
|
|
":maintainLockFilesMonthly",
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"extends": [
|
|
"group:definitelyTyped",
|
|
"group:materialMonorepo",
|
|
"group:reactMonorepo",
|
|
"group:reactrouterMonorepo"
|
|
],
|
|
"groupName": "javascript",
|
|
"separateMajorMinor": false,
|
|
"schedule": ["before 3am on the first day of the month"],
|
|
"ignoreDeps": [
|
|
"prettier"
|
|
]
|
|
},
|
|
{
|
|
"matchPaths": [".github/**"],
|
|
"separateMajorMinor": false,
|
|
"groupName": "github-actions",
|
|
"schedule": ["before 3am on the first day of the month"]
|
|
}
|
|
]
|
|
}
|