From 25843e64316834590939974a652175458618fe67 Mon Sep 17 00:00:00 2001 From: Yury Bayda Date: Wed, 12 Aug 2026 22:37:20 -0700 Subject: [PATCH] ci: standardize Dependabot updates Run GitHub Actions updates on the first day of each month. Format Dependabot commit subjects as chore(deps). --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 67d3bb2..a7d2a19 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,12 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" - day: "monday" + interval: "monthly" time: "09:00" timezone: "America/Los_Angeles" + commit-message: + prefix: "chore" + include: "scope" groups: github-actions: patterns: