From 272fa005be955d9c96aed5288cd2e8f983181aa5 Mon Sep 17 00:00:00 2001 From: wpk-nist-gov Date: Mon, 23 Feb 2026 21:57:03 -0500 Subject: [PATCH] ci: test dependabot --- .github/dependabot.yml | 46 +++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d534e87f..5f7e3f40 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,29 +24,29 @@ updates: patterns: - "*" # update workflows in template - - package-ecosystem: github-actions - directory: "/{{cookiecutter.project_name}}/.github/workflows" - schedule: - interval: "daily" - time: "06:00" - cooldown: - default-days: 7 - groups: - actions: - patterns: - - "*" - # update actions in template - - package-ecosystem: github-actions - directory: "/{{cookiecutter.project_name}}/.github/actions/setup-cached-uv-and-python" - schedule: - interval: "daily" - time: "06:00" - cooldown: - default-days: 7 - groups: - actions: - patterns: - - "*" + # - package-ecosystem: github-actions + # directory: "/{{cookiecutter.project_name}}/.github/workflows" + # schedule: + # interval: "daily" + # time: "06:00" + # cooldown: + # default-days: 7 + # groups: + # actions: + # patterns: + # - "*" + # # update actions in template + # - package-ecosystem: github-actions + # directory: "/{{cookiecutter.project_name}}/.github/actions/setup-cached-uv-and-python" + # schedule: + # interval: "daily" + # time: "06:00" + # cooldown: + # default-days: 7 + # groups: + # actions: + # patterns: + # - "*" # update uv - package-ecosystem: "uv" directory: "/"