diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79fc83a..75fadfe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,13 @@ version: 2 updates: + - package-ecosystem: gomod + directory: "/" + schedule: + interval: "weekly" + groups: + all-go: + patterns: + - "*" - package-ecosystem: github-actions directory: "/" schedule: diff --git a/go.mod b/go.mod index ab9fa81..e6b8f24 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/BeyondTrust/go-client-library-passwordsafe -go 1.21 +go 1.21.9 require ( github.com/cenkalti/backoff/v4 v4.2.1 // indirect