Skip to content

Commit

Permalink
fix(ci): exclude Trivy for dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Pivkin <[email protected]>
  • Loading branch information
nikpivkin authored and simar7 committed Oct 16, 2024
1 parent 4b62f66 commit 9a8d5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ updates:
schedule:
interval: "weekly"
ignore:
- dependency-name: "github.com/aquasecurity/trivy-*" ## `trivy-*` dependencies are updated manually
- dependency-name: "github.com/aquasecurity/trivy" ## `trivy` are updated manually
groups:
docker:
patterns:
- "github.com/docker/*"
common:
exclude-patterns:
- "github.com/aquasecurity/trivy-*"
- "github.com/aquasecurity/trivy"
patterns:
- "*"
- package-ecosystem: github-actions
Expand Down

0 comments on commit 9a8d5ab

Please sign in to comment.