diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 153bc3e..4c6ad3e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,11 +16,9 @@ updates: interval: "weekly" # Perform checks and updates for python uv environment. - # This depends on changes to dependabot via: - # https://github.com/dependabot/dependabot-core/pull/10040 # See here for more information: # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#pip-and-pip-compile - - package-ecosystem: "pip" + - package-ecosystem: "uv" directory: "/" schedule: # Check for updates to uv environment files every week diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 27e336a..f199d4a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: - id: yamllint exclude: pre-commit-config.yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.12.12" + rev: "v0.13.0" hooks: - id: ruff-format - id: ruff