mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Add renovate.json
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"],
|
||||
},
|
||||
{
|
||||
"matchPaths": [".github/**"],
|
||||
"separateMajorMinor": false,
|
||||
"groupName": "github-actions",
|
||||
"schedule": ["before 3am on the first day of the month"],
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user