From abf8ce6d3b8d0dcdb3802c5c965e202fd7fbaba1 Mon Sep 17 00:00:00 2001 From: samatrhea Date: Mon, 22 Apr 2024 10:33:49 +0200 Subject: [PATCH] [Add] dependabot.yml --- dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dependabot.yml diff --git a/dependabot.yml b/dependabot.yml new file mode 100644 index 0000000..75ddcda --- /dev/null +++ b/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + # Enable updates for NuGet dependencies + - package-ecosystem: "nuget" + # Directory where your solution files are located + directory: "/" + # Schedule for checking updates + schedule: + interval: "weekly" + # Do not automatically open pull requests + open-pull-requests-limit: 0 + # Additional configuration to specify how Dependabot should handle version updates + versioning-strategy: "widen" + # Custom commit message options + commit-message: + prefix: "chore" + prefix-development: "chore" + include: "scope"