Skip to content

Commit

Permalink
Group updates
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMalachowski committed Mar 28, 2024
1 parent 0dd2ef0 commit ae0f91b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,25 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
production-dependencies:
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit ae0f91b

Please sign in to comment.