From ec5d9e2f8d9c74548602c500bfcb10e1a8cc9817 Mon Sep 17 00:00:00 2001 From: Yury Bayda Date: Wed, 12 Aug 2026 23:08:43 -0700 Subject: [PATCH] chore(deps): update Dependabot baseline --- .github/dependabot.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ca79ca5..059f84d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,11 @@ version: 2 updates: - - package-ecosystem: github-actions - directory: / + - package-ecosystem: "github-actions" + directory: "/" schedule: - interval: weekly + interval: "monthly" + time: "09:00" + timezone: "America/Los_Angeles" + commit-message: + prefix: "chore" + include: "scope"