From 761dcfadcac9faf9f9deeabb18da7b53dfc2d7c6 Mon Sep 17 00:00:00 2001 From: ivancalvo-dbxs Date: Tue, 1 Sep 2026 08:59:54 -0600 Subject: [PATCH] chore: run Dependabot every six months Yearly was too sparse for npm and Actions; semiannually is the native 6-month interval. --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 05d8056..cceb6d9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: - package-ecosystem: "npm" directory: "/docs/agentic-starter-journey" schedule: - interval: "yearly" + interval: "semiannually" open-pull-requests-limit: 3 ignore: - dependency-name: "*" @@ -13,7 +13,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "yearly" + interval: "semiannually" open-pull-requests-limit: 3 ignore: - dependency-name: "*"