From a2797e48fc1a66a34480deb254c7c1f0a9aa02c0 Mon Sep 17 00:00:00 2001 From: Aviuz Date: Sun, 28 Jul 2024 14:33:14 +0200 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..75957c1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Documentation: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "nuget" + directory: "/source/" + schedule: + interval: "weekly"