From 168c84d27e423ede0641dd8cb4757329c7cb356e Mon Sep 17 00:00:00 2001 From: Maurice Heumann Date: Sun, 25 May 2025 09:14:40 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 86e74465..00543ccc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,23 +3,23 @@ updates: - package-ecosystem: gitsubmodule directory: "/" schedule: - interval: weekly - open-pull-requests-limit: 40 + interval: monthly + open-pull-requests-limit: 100 - package-ecosystem: "github-actions" directory: "/" schedule: - interval: weekly - open-pull-requests-limit: 40 + interval: monthly + open-pull-requests-limit: 100 - package-ecosystem: "npm" directory: "/page" schedule: - interval: weekly - open-pull-requests-limit: 40 + interval: monthly + open-pull-requests-limit: 100 - package-ecosystem: "cargo" directory: "/src/backends/icicle-emulator/icicle-bridge/" schedule: - interval: weekly - open-pull-requests-limit: 40 + interval: monthly + open-pull-requests-limit: 100