From d92fbd05203f54bb532b8a77fe72ab9164b62255 Mon Sep 17 00:00:00 2001 From: 4ce <88108711+4cecoder@users.noreply.github.com> Date: Thu, 6 Jun 2024 14:27:11 -0400 Subject: [PATCH 1/3] 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..2f558879 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/azuredevops" + schedule: + interval: "daily" From b484530aed12c08c47a750d25a51ae5f78f304fc Mon Sep 17 00:00:00 2001 From: 4ce <88108711+4cecoder@users.noreply.github.com> Date: Thu, 6 Jun 2024 14:32:37 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d686024..ca2989c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Go](https://github.com/microsoft/azure-devops-go-api/workflows/Go/badge.svg)](https://github.com/microsoft/azure-devops-go-api/actions) [![Build Status](https://dev.azure.com/mseng/vsts-cli/_apis/build/status/microsoft.azure-devops-go-api?branchName=dev)](https://dev.azure.com/mseng/vsts-cli/_build/latest?definitionId=9110&branchName=dev) -[![Go Report Card](https://goreportcard.com/badge/github.com/microsoft/azure-devops-go-api)](https://goreportcard.com/report/github.com/microsoft/azure-devops-go-api) +[![Go Report Card](https://goreportcard.com/badge/github.com/microsoft/azure-devops-go-api/azuredevops)](https://goreportcard.com/report/github.com/microsoft/azure-devops-go-api/azuredevops) # Azure DevOps Go API This repository contains Go APIs for interacting with and managing Azure DevOps. From a83aa91a6646670371c111d1237fed70979a10bc Mon Sep 17 00:00:00 2001 From: 4cecoder <4cecoder@users.noreply.github.com> Date: Thu, 6 Jun 2024 14:34:43 -0400 Subject: [PATCH 3/3] update old pkg --- azuredevops/go.mod | 2 +- azuredevops/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/azuredevops/go.mod b/azuredevops/go.mod index 0486f058..08826272 100644 --- a/azuredevops/go.mod +++ b/azuredevops/go.mod @@ -2,4 +2,4 @@ module github.com/microsoft/azure-devops-go-api/azuredevops go 1.12 -require github.com/google/uuid v1.1.1 +require github.com/google/uuid v1.6.0 diff --git a/azuredevops/go.sum b/azuredevops/go.sum index b864886e..ef087ece 100644 --- a/azuredevops/go.sum +++ b/azuredevops/go.sum @@ -1,2 +1,4 @@ github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY= github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= +github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=