Skip to content

Commit

Permalink
chore(ci): dependabot grouping for baseimages (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jul 4, 2023
1 parent 0e84e1d commit 9f84cda
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ updates:
open-pull-requests-limit: 20
groups:
opentelemetry:
- "opentelemetry-*"
patterns:
- "opentelemetry-*"

# Update Dockerfile
- package-ecosystem: "docker"
Expand All @@ -22,6 +23,10 @@ updates:
interval: "daily"
commit-message:
prefix: "fix(deps): "
groups:
images:
patterns:
- "*"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit 9f84cda

Please sign in to comment.