From 4efc20c1c00570952065c3be90bf3ec1e26ce1c4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:37:51 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.3...v0.14.7) - [github.com/woodruffw/zizmor-pre-commit: v1.14.2 → v1.18.0](https://github.com/woodruffw/zizmor-pre-commit/compare/v1.14.2...v1.18.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 011732c9a33a614eef6c5e3548c030427627cab5 Mon Sep 17 00:00:00 2001 From: Bartosz Sokorski Date: Thu, 18 Dec 2025 10:37:42 +0100 Subject: [PATCH 2/2] Add dependency cooldown settings to dependabot config --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) 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