From 872be8958e21569e708d21477d826fe985b0779c Mon Sep 17 00:00:00 2001 From: samatrhea Date: Sun, 28 Apr 2024 11:30:21 +0200 Subject: [PATCH] [Add] dependabot --- 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"