From 95ebfb75703ffe96976e4865d5605767651db40f Mon Sep 17 00:00:00 2001 From: iorate <682043+iorate@users.noreply.github.com> Date: Sun, 12 Jul 2026 10:58:23 +0900 Subject: [PATCH] Schedule weekly Renovate updates and enable the git-submodules manager Co-Authored-By: Claude Fable 5 --- renovate-config.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/renovate-config.json b/renovate-config.json index ef7ba1c..3c32236 100644 --- a/renovate-config.json +++ b/renovate-config.json @@ -6,7 +6,18 @@ "helpers:disableTypesNodeMajor", ":automergeMinor" ], - "enabledManagers": ["npm", "github-actions"], + "enabledManagers": ["npm", "github-actions", "git-submodules"], + "schedule": ["* * * * 5"], + "prHourlyLimit": 0, + "prConcurrentLimit": 0, + "git-submodules": { + "enabled": true, + "schedule": ["* * * * 4"], + "automerge": true + }, + "lockFileMaintenance": { + "schedule": ["* * * * 0#L"] + }, "minimumReleaseAge": "3 days", "platformCommit": "enabled", "postUpdateOptions": ["pnpmDedupe"], @@ -17,8 +28,5 @@ "matchPackageNames": ["@ublacklist/*"], "minimumReleaseAge": null } - ], - "lockFileMaintenance": { - "schedule": ["* * L * *"] - } + ] }