diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7818bef3..6c93c119 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,5 @@ updates: github-actions: patterns: - '*' + cooldown: + default-days: 7 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e81ce928..041989ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: exclude: "_templates/layout.html" - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.11.0 hooks: - id: black language_version: python3 @@ -34,7 +34,7 @@ repos: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.3 + rev: v0.14.7 hooks: - id: ruff @@ -55,7 +55,7 @@ repos: - id: nb-strip-paths - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.16.2 + rev: v1.18.0 hooks: - id: zizmor diff --git a/zizmor.yml b/zizmor.yml new file mode 100644 index 00000000..ccbe1f47 --- /dev/null +++ b/zizmor.yml @@ -0,0 +1,3 @@ +rules: + obfuscation: + disable: true