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"