From 4342776c9dde3d6956e36a69b585c73e7298af07 Mon Sep 17 00:00:00 2001 From: 4ce <88108711+4cecoder@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:27:27 -0400 Subject: [PATCH 1/2] Create 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 00000000..3938344a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" From d95c1af5c74da3d4f17cb094f8193262b1d83135 Mon Sep 17 00:00:00 2001 From: 4ce <88108711+4cecoder@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:35:42 -0400 Subject: [PATCH 2/2] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3938344a..2f558879 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - package-ecosystem: "gomod" - directory: "/" + directory: "/azuredevops" schedule: interval: "daily"