Files
optuna-dashboard/renovate.json
T
2021-06-08 22:41:07 +09:00

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"]
}
]
}