From e5821f167b8df73cadf15c200686cfb3493220cd Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Sun, 18 Jun 2023 11:33:01 -0700 Subject: [PATCH] Add dependabot --- .github/dependabot.yml | 9 +++++++++ Utilities.sln | 1 + 2 files changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6053217 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +version: 2 +updates: + + # NuGet +- package-ecosystem: nuget + directory: "/" + schedule: + interval: daily diff --git a/Utilities.sln b/Utilities.sln index 89c11da..6989a70 100644 --- a/Utilities.sln +++ b/Utilities.sln @@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .gitattributes = .gitattributes .gitignore = .gitignore + .github\dependabot.yml = .github\dependabot.yml LICENSE = LICENSE README.md = README.md version.json = version.json