diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..2ea7a00a --- /dev/null +++ b/renovate.json @@ -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"], + } + ] +}