From 4b572e2b50f79ed2e51c5ca827567d538c1e71e7 Mon Sep 17 00:00:00 2001 From: Serhii Tetora <95703687+SerTetora@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:01:28 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5d8fe4fd4a..3d19f6b3d0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,8 @@ updates: directories: ["src/*"] schedule: interval: "weekly" + - package-ecosystem: "dotnet-sdk" + directories: ["src/*"] + schedule: + interval: "weekly" open-pull-requests-limit: 30