From ab4097e3a2bddb25b32453c4c350945599c63dd2 Mon Sep 17 00:00:00 2001 From: Tyler Carrol Date: Wed, 11 Jun 2025 22:46:49 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20automation:=20Create=20dependabo?= =?UTF-8?q?t.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..81830f5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 + +updates: + - package-ecosystem: nuget + directory: "/" + commit-message: + prefix: "(dependabot)" + assignees: + - "TylerCarrol" + reviewers: + - "TylerCarrol" + schedule: + interval: daily + open-pull-requests-limit: 25