diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ad50e6a..b962019 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,14 +8,26 @@ updates: - package-ecosystem: "gomod" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "weekly" + groups: + gomod: + applies-to: version-updates + dependency-type: production - package-ecosystem: github-actions directory: / schedule: - interval: daily + interval: weekly + groups: + github-actions: + applies-to: version-updates + dependency-type: production - package-ecosystem: gomod directory: /graph schedule: - interval: daily + interval: weekly + groups: + gomod: + applies-to: version-updates + dependency-type: production diff --git a/graph/go.mod b/graph/go.mod index 42b5f09..85ad3fd 100644 --- a/graph/go.mod +++ b/graph/go.mod @@ -1,6 +1,6 @@ module github.com/Azure/go-asyncjob/graph -go 1.19 +go 1.21 require github.com/stretchr/testify v1.9.0