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" 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. 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=