From dc437e737c3d431c2d98dd5156d90aa63e344e7b Mon Sep 17 00:00:00 2001 From: c-bata Date: Tue, 8 Jun 2021 22:19:42 +0900 Subject: [PATCH] Add renovate.json --- renovate.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 renovate.json 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"], + } + ] +}