From 55fd18a951b8ba154fe824967c5dbfcca5d202a0 Mon Sep 17 00:00:00 2001 From: Ricardo N Feliciano Date: Thu, 30 Apr 2026 22:51:21 -0400 Subject: [PATCH] chore: Adjust Dependabot settings Allow for slightly more open PRs but reduce the frequency to a week. --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c304c24d1..5e3d39f4f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,14 +3,14 @@ updates: - package-ecosystem: gomod directory: "/" schedule: - interval: daily - open-pull-requests-limit: 10 + interval: weekly + open-pull-requests-limit: 12 assignees: - FelicianoTech - package-ecosystem: "github-actions" directory: "/" schedule: - interval: daily - open-pull-requests-limit: 10 + interval: weekly + open-pull-requests-limit: 12 assignees: - FelicianoTech