Add renovate.json

This commit is contained in:
c-bata
2021-06-08 22:20:03 +09:00
parent 3fbe6ee315
commit dc437e737c
+26
View File
@@ -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"],
}
]
}