Skip to content

Commit

Permalink
Merge pull request #14 from inovex/groupDepUpdates
Browse files Browse the repository at this point in the history
Dependabot: Group updates for minor and patch versions
  • Loading branch information
frittentheke authored Jan 17, 2024
2 parents 5a43c7a + 6587e57 commit 7c129cd
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
go_dependencies:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "weekly"
groups:
gh_dependencies:
patterns:
- "*"
update-types:
- "minor"
- "patch"

0 comments on commit 7c129cd

Please sign in to comment.