Skip to content

Commit

Permalink
Merge pull request #223 from edmorley/update-dependabot-config
Browse files Browse the repository at this point in the history
Update Dependabot config
  • Loading branch information
natalieparellano authored Oct 27, 2023
2 parents 4ec9360 + b441417 commit bf6841a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,14 @@ updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
interval: weekly
groups:
# Group all minor/patch go dependencies into a single PR.
go-dependencies:
update-types:
- "minor"
- "patch"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly

0 comments on commit bf6841a

Please sign in to comment.