From 386b2d4c4f4f5f096fd9b987406c396901957e6f Mon Sep 17 00:00:00 2001 From: wpk-nist-gov Date: Mon, 23 Feb 2026 21:51:32 -0500 Subject: [PATCH] ci: update dependabot --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 97f84c23..d534e87f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,7 @@ updates: patterns: - "*" - package-ecosystem: github-actions - directory: ".github/actions/setup-cached-uv-and-python" + directory: "/.github/actions/setup-cached-uv-and-python" schedule: interval: "daily" time: "06:00" @@ -25,7 +25,7 @@ updates: - "*" # update workflows in template - package-ecosystem: github-actions - directory: "{{cookiecutter.project_name}}/.github/workflows" + directory: "/{{cookiecutter.project_name}}/.github/workflows" schedule: interval: "daily" time: "06:00" @@ -37,7 +37,7 @@ updates: - "*" # update actions in template - package-ecosystem: github-actions - directory: "{{cookiecutter.project_name}}/.github/actions/setup-cached-uv-and-python" + directory: "/{{cookiecutter.project_name}}/.github/actions/setup-cached-uv-and-python" schedule: interval: "daily" time: "06:00"