diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f469aa94..e2b3c5d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,11 @@ updates: directory: "/" schedule: interval: monthly + cooldown: + default-days: 7 - package-ecosystem: github-actions directory: "/" schedule: interval: monthly + cooldown: + default-days: 7 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb54b9c2..0f892731 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,12 +22,12 @@ repos: - id: check-docstring-first - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 + rev: v0.14.7 hooks: - id: ruff-check - id: ruff-format - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.14.2 + rev: v1.18.0 hooks: - id: zizmor