Skip to content

Commit

Permalink
ci: add trivy group for dependabot (#6908)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen authored Jun 13, 2024
1 parent fdf799e commit 04ed5ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ updates:
directory: /
schedule:
interval: weekly
ignore:
- dependency-name: "github.com/aquasecurity/trivy-*" ## `trivy-*` dependencies are updated manually
groups:
aws:
patterns:
Expand All @@ -33,5 +35,7 @@ updates:
patterns:
- "github.com/testcontainers/*"
common:
exclude-patterns:
- "github.com/aquasecurity/trivy-*"
patterns:
- "*"

0 comments on commit 04ed5ed

Please sign in to comment.