From d57a3ff420b3ac5d3d66e76344d59d2a5eb1284a Mon Sep 17 00:00:00 2001 From: Alex Ruddick Date: Tue, 12 Sep 2023 18:03:39 -0500 Subject: [PATCH] Slow down ruff --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" + ] } ] }