From 3736f4ababe67ddc85d196242fc2e87ec417bc99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nora=20Emma=20=C2=AB=20Metal-Mighty=20=C2=BB=20Barlow?= <5247527+Metal-Mighty@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:05:21 +0200 Subject: [PATCH] Execute dependabot weekly and with only one PR --- .github/dependabot.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 447fa21d2..179794c1a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,12 +4,15 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + open-pull-requests-limit: 1 + # Maintain dependencies the LoRa Engine - package-ecosystem: "nuget" directory: "/src/" schedule: - interval: "daily" + interval: "weekly" ignore: - dependency-name: "*" - update-types: ["version-update:semver-major"] \ No newline at end of file + update-types: ["version-update:semver-major"] + open-pull-requests-limit: 1