From 049609027465c42f96d650502aead053ddbb6c60 Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Mon, 8 Apr 2024 14:05:46 +0800 Subject: [PATCH 1/2] ci: add dependabot 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..78b1623 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + - package-ecosystem: "nuget" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "github-actions" + # Workflow files stored in the + # default location of `.github/workflows` + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file From 97f0a158b736d176ec51d4b945bbce6fe3f5b06e Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Mon, 8 Apr 2024 14:18:50 +0800 Subject: [PATCH 2/2] fix: update Signed-off-by: Junjie Gao --- .github/dependabot.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 78b1623..da6c4b6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,15 @@ -# Set update schedule for GitHub Actions - version: 2 + updates: - package-ecosystem: "nuget" - directory: "/" + directory: "/Notation.Plugin.AzureKeyVault" #Notation.Plugin.AzureKeyVault.csproj schedule: - interval: "weekly" - + interval: "daily" + - package-ecosystem: "nuget" + directory: "/Notation.Plugin.AzureKeyVault.Tests" #Notation.Plugin.AzureKeyVault.Tests.csproj + schedule: + interval: "daily" - package-ecosystem: "github-actions" - # Workflow files stored in the - # default location of `.github/workflows` directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "daily" \ No newline at end of file