From 89c00f6a86c9c43aae0496291f4b8a01fbfb46bc Mon Sep 17 00:00:00 2001 From: Garfonso Date: Tue, 12 Nov 2024 09:54:00 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7c738d30..5e3bd55c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,21 +3,21 @@ updates: - package-ecosystem: github-actions directory: "/" schedule: - interval: monthly + interval: weekly time: "04:00" timezone: Europe/Berlin - open-pull-requests-limit: 20 + open-pull-requests-limit: 5 assignees: - Garfonso - package-ecosystem: npm directory: "/" schedule: - interval: monthly + interval: weekly time: "04:00" timezone: Europe/Berlin versioning-strategy: increase - open-pull-requests-limit: 20 + open-pull-requests-limit: 5 assignees: - Garfonso ignore: @@ -29,10 +29,10 @@ updates: - package-ecosystem: npm directory: "/src" schedule: - interval: monthly + interval: weekly time: "04:00" timezone: Europe/Berlin - open-pull-requests-limit: 20 + open-pull-requests-limit: 5 assignees: - Garfonso versioning-strategy: increase