diff --git a/renovate.json b/renovate.json index 3e312d80..7ef322e6 100644 --- a/renovate.json +++ b/renovate.json @@ -3,20 +3,20 @@ "extends": ["config:base"], "packageRules": [ { - "matchPackageNames": ["ethers", "node"], + "matchPackageNames": ["ethers", "node", "is-wsl"], "matchUpdateTypes": ["major"], "enabled": false }, { "matchDepTypes": ["devDependencies"], "matchUpdateTypes": ["patch", "minor"], - "schedule": ["before 1am on the first day of the month"], + "schedule": ["before 4am on Monday"], "groupName": "non-major-devDependencies" }, { "matchDepTypes": ["dependencies"], "matchUpdateTypes": ["patch", "minor"], - "schedule": ["before 1am on the first day of the month"], + "schedule": ["before 4am on Monday"], "groupName": "non-major-dependencies" } ],