Skip to content

Commit

Permalink
update dependabot to weekly and group PRs (#92)
Browse files Browse the repository at this point in the history
* Update dependabot.yml

* update dependabot

* tweaks dependency-type
  • Loading branch information
haitch committed Jun 24, 2024
1 parent 7c0555e commit a8f14d5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion graph/go.mod
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a8f14d5

Please sign in to comment.