From 49aab79cf94d17e385546aef8d0847c09119ca71 Mon Sep 17 00:00:00 2001 From: Nikita Pivkin Date: Tue, 15 Oct 2024 11:57:49 +0600 Subject: [PATCH] fix(ci): exclude Trivy for dependabot Signed-off-by: Nikita Pivkin --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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