diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..87bff97 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,18 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:base", ":disableDependencyDashboard"], + "timezone": "Asia/Tokyo", + "prConcurrentLimit": 5, + "packageRules": [ + { + "matchManagers": ["github-actions"], + "matchUpdateTypes": ["minor", "patch"], + "groupName": "github actions deps" + }, + { + "matchManagers": ["npm"], + "matchUpdateTypes": ["minor", "patch"], + "groupName": "npm deps" + }, + ] + } \ No newline at end of file