From 0668a25d4a9a964733efc0df8f0039f51af0a94a Mon Sep 17 00:00:00 2001 From: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com> Date: Wed, 23 Apr 2025 14:30:19 +0300 Subject: [PATCH] Update pre-commit and Renovate config Downgraded ruff-pre-commit hook to v0.11.5 in .pre-commit-config.yaml. Adjusted Renovate rules by reorganizing matchManagers and adding labels to enhance clarity and alignment with current package management needs. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- renovate.json | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 66e0600..7412f89 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: trailing-whitespace - id: no-commit-to-branch - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.6 + rev: v0.11.5 hooks: - id: ruff-format args: [ --preview, --config=pyproject.toml ] diff --git a/renovate.json b/renovate.json index 001a84b..ad547c1 100644 --- a/renovate.json +++ b/renovate.json @@ -18,22 +18,27 @@ "packageRules": [ { "matchManagers": [ - "uv" + "github-actions" + ], + "labels": [ + "github-actions" ] }, { "matchManagers": [ - "github-actions" + "pre-commit" ], "labels": [ - "github-actions" + "pre-commit" ] }, { "matchManagers": [ - "uv", - "pip" - + "pip-compile", + "pip_requirements", + "pip_setup", + "pipenv", + "poetry" ], "labels": [ "python"