diff --git a/.github/renovate.json b/.github/renovate.json index 8576a68..abfd3e5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -18,7 +18,10 @@ }, { "matchPackagePatterns": ["ruff"], - "groupName": "ruff" + "groupName": "ruff", + "schedule": [ + "on the first day of the month" + ] } ] }