From 1881ae035d414b6146c8228c12290fa3c856f536 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 9 Feb 2026 09:06:19 -0300 Subject: [PATCH] ci: update dependabot settings Signed-off-by: Carlos Alexandro Becker --- .github/dependabot.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 637d986..2e82715 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" - day: "monday" - time: "05:00" - timezone: "America/New_York" + interval: monthly labels: - "dependencies" commit-message: @@ -19,10 +16,7 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "weekly" - day: "monday" - time: "05:00" - timezone: "America/New_York" + interval: monthly allow: - dependency-type: "production" labels: