Skip to content

Commit

Permalink
ci: add trivy group for dependabot (#101)
Browse files Browse the repository at this point in the history
* ci(dependabot): add `trivy` group

* ci(dependabot): add `github.com` prefix for trivy group
  • Loading branch information
DmitriyLewen committed Jun 11, 2024
1 parent 09e50ce commit c922925
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ updates:
testcontainers:
patterns:
- "github.com/testcontainers/*"
trivy:
patterns:
- "github.com/aquasecurity/trivy-*"
common:
patterns:
- "*"

0 comments on commit c922925

Please sign in to comment.