diff --git a/renovate.json b/renovate.json index 197f655426..96e0a0b7ef 100644 --- a/renovate.json +++ b/renovate.json @@ -58,6 +58,13 @@ "schedule": [ "* 21-23 * * 0" ] + }, + { + "groupName": "ruff", + "matchPackageNames": [ + "ruff", + "astral-sh/ruff-pre-commit" + ] } ] }