From 19821f82e7978640b71a32e31c862f9e5150c867 Mon Sep 17 00:00:00 2001 From: William Tan <1284324+Ninja3047@users.noreply.github.com> Date: Wed, 22 Oct 2025 19:12:21 -0400 Subject: [PATCH] Resolve zizmor lints --- .github/dependabot.yml | 4 ++++ {{cookiecutter.project_slug}}/.github/dependabot.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 89b6217..f90af4b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,12 +6,16 @@ updates: # Update GitHub Actions of both the template and the repo - package-ecosystem: github-actions + cooldown: + default-days: 7 directories: - "/" schedule: interval: daily - package-ecosystem: github-actions + cooldown: + default-days: 7 directories: - "{{cookiecutter.project_slug}}/.github/workflows" schedule: diff --git a/{{cookiecutter.project_slug}}/.github/dependabot.yml b/{{cookiecutter.project_slug}}/.github/dependabot.yml index f3d7b30..043ccaa 100644 --- a/{{cookiecutter.project_slug}}/.github/dependabot.yml +++ b/{{cookiecutter.project_slug}}/.github/dependabot.yml @@ -2,6 +2,8 @@ version: 2 updates: - package-ecosystem: uv + cooldown: + default-days: 7 directory: / groups: python: @@ -11,6 +13,8 @@ updates: interval: daily - package-ecosystem: github-actions + cooldown: + default-days: 7 directory: / groups: actions: