From c6a7f4c3d29aa686235c2f3c175fbb14ce2f50c2 Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Mon, 8 Apr 2024 14:30:58 +0800 Subject: [PATCH] ci: add dependabot (#159) Signed-off-by: Junjie Gao --------- Signed-off-by: Junjie Gao --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..da6c4b6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 + +updates: + - package-ecosystem: "nuget" + directory: "/Notation.Plugin.AzureKeyVault" #Notation.Plugin.AzureKeyVault.csproj + schedule: + interval: "daily" + - package-ecosystem: "nuget" + directory: "/Notation.Plugin.AzureKeyVault.Tests" #Notation.Plugin.AzureKeyVault.Tests.csproj + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file