diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0e7dccd8..dfff7543 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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