From f2991d493f0583e91cc9a706b7a2e5657581273d Mon Sep 17 00:00:00 2001 From: Simon Novak Date: Fri, 14 Apr 2023 21:36:48 +0200 Subject: [PATCH 1/2] chore: Added newline --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 7086305..3c00f34 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,4 +4,4 @@ git https://github.com/escendit/Escendit.Tools.CodeAnalysis.NetAnalyzers - \ No newline at end of file + From 8a23a035cf2cfb22f21e1a8e83a0b5569eb17a55 Mon Sep 17 00:00:00 2001 From: Simon Novak Date: Mon, 10 Jul 2023 21:46:04 +0200 Subject: [PATCH 2/2] chore: Added dependabot.yml --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..446b951 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "nuget" + directory: "/" + schedule: + interval: "weekly"