Skip to content

Commit

Permalink
chore: Dependabot grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
hibare committed Oct 22, 2023
1 parent ee702f0 commit a4bb172
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ updates:
target-branch: "dev"
assignees:
- "hibare"
groups:
deps:
patterns:
- "*"

# Maintain dependencies for Go mods
- package-ecosystem: "pip"
Expand All @@ -21,6 +25,10 @@ updates:
target-branch: "dev"
assignees:
- "hibare"
groups:
deps:
patterns:
- "*"

# Maintain version for Docker
- package-ecosystem: "docker"
Expand All @@ -32,6 +40,10 @@ updates:
target-branch: "dev"
assignees:
- "hibare"
groups:
deps:
patterns:
- "*"

# Maintain version for npm or yarn
- package-ecosystem: "npm"
Expand All @@ -43,3 +55,7 @@ updates:
target-branch: "dev"
assignees:
- "hibare"
groups:
deps:
patterns:
- "*"

0 comments on commit a4bb172

Please sign in to comment.