From 83054022474c47f0ee723d5f50779b3e2c13dcb8 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Tue, 11 Feb 2025 17:15:42 -0300 Subject: [PATCH] chore(dependabot): run weekly on monday --- .github/dependabot.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9fc3b075..642d25c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,18 +1,26 @@ version: 2 + updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "monday" + time: "05:00" + timezone: "America/New_York" labels: - "dependencies" commit-message: prefix: "feat" include: "scope" + - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "monday" + time: "05:00" + timezone: "America/New_York" labels: - "dependencies" commit-message: