diff --git a/.github/renovate.json b/.github/renovate.json index 3b6e5e7..fc5a1f0 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -33,7 +33,8 @@ { "matchPackagePatterns": ["(^|/)ruff(-pre-commit)?$"], "groupName": "ruff", - "versioning": "pep440" + "versioning": "pep440", + "schedule": "42 4 * * 5/2" } ] }