From 0838a684d0cf0d4c433fdf793c0a5e4ba4d66858 Mon Sep 17 00:00:00 2001 From: Martin M Date: Mon, 12 Feb 2024 11:21:46 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0de5e3e..ca084c22 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,16 +1,18 @@ version: 2 updates: - - package-ecosystem: github-actions + - package-ecosystem: npm directory: "/" schedule: - interval: weekly + interval: monthly time: "04:00" timezone: Europe/Berlin - - package-ecosystem: npm + open-pull-requests-limit: 15 + versioning-strategy: increase + + - package-ecosystem: github-actions directory: "/" schedule: - interval: weekly + interval: monthly time: "04:00" timezone: Europe/Berlin - open-pull-requests-limit: 20 - versioning-strategy: increase + open-pull-requests-limit: 15