diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76c0f80b..cdbec94c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,9 +6,13 @@ updates: interval: "monthly" labels: - "type: Maintenance" + cooldown: + default-days: 7 - package-ecosystem: "pip" directory: "/" schedule: interval: "monthly" labels: - "type: Maintenance" + cooldown: + default-days: 7 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 327c41da..3ace2050 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,14 +19,14 @@ repos: - id: trailing-whitespace - repo: https://github.com/rbubley/mirrors-prettier - rev: 14abee445aea04b39069c19b4bd54efff6775819 # frozen: v3.7.4 + rev: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 # frozen: v3.8.1 hooks: - id: prettier types_or: [yaml, toml, markdown, css, scss, javascript, json] args: [--prose-wrap=preserve] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10 + rev: 45ef068da5f21267bb2a7ec4a623092959f09ce5 # frozen: v0.14.14 hooks: - id: ruff args: @@ -39,7 +39,7 @@ repos: - id: ruff-format - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.19.0 + rev: b546b77c44c466a54a42af5499dcc0dcc1a3193f # frozen: v1.22.0 hooks: - id: zizmor diff --git a/requirements.txt b/requirements.txt index 0d2fe4e6..45ea09c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pre-commit==4.2.0 +pre-commit==4.5.1 changelist==0.5