Skip to content

Commit

Permalink
chore(deps): Add deps grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
hibare committed Oct 23, 2023
1 parent 4255bc3 commit 7982e5f
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 @@ -10,6 +10,11 @@ updates:
target-branch: "dev"
assignees:
- "hibare"
groups:
actions:
patterns:
- "*"


# Maintain dependencies for Go mods
- package-ecosystem: "gomod"
Expand All @@ -24,6 +29,11 @@ updates:
allow:
# Allow only direct updates for
- dependency-type: "direct"
groups:
go:
patterns:
- "*"


# Maintain version for Docker
- package-ecosystem: "docker"
Expand All @@ -34,4 +44,8 @@ updates:
time: "00:30"
target-branch: "dev"
assignees:
- "hibare"
- "hibare"
groups:
docker:
patterns:
- "*"

0 comments on commit 7982e5f

Please sign in to comment.