This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 39aaf49114 .NET: Enable Dependabot
39aaf49114 is described below

commit 39aaf49114a33c1e92c9b1f56ceb2dcfd30b61f9
Author: Pavel Tupitsyn <ptupit...@apache.org>
AuthorDate: Thu Feb 22 08:29:36 2024 +0200

    .NET: Enable Dependabot
---
 .github/dependabot.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 4aca68587b..50c7343877 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,5 +4,10 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
-    open-pull-requests-limit: 2
+    open-pull-requests-limit: 5
 
+  - package-ecosystem: "nuget"
+    directory: "/modules/platforms/dotnet"
+    schedule:
+      interval: "daily"
+    open-pull-requests-limit: 5

Reply via email to