From 7bf6777f051e8d8a0a54b338f9efe925c4a9c78b Mon Sep 17 00:00:00 2001 From: Alex Ruddick Date: Tue, 12 Sep 2023 18:01:47 -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" + ] } ] }