From 64cf65fdb82c511aafb16c02e21bf6c888f64703 Mon Sep 17 00:00:00 2001 From: Nikita Pivkin Date: Wed, 14 Aug 2024 16:23:34 +0600 Subject: [PATCH] ci: add groups for dependabot Signed-off-by: Nikita Pivkin --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8e3bcd44..0e7dccd8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,23 @@ updates: directory: "/" schedule: interval: "weekly" + ignore: + - dependency-name: "github.com/aquasecurity/trivy-*" ## `trivy-*` dependencies are updated manually + groups: + docker: + patterns: + - "github.com/docker/*" + common: + exclude-patterns: + - "github.com/aquasecurity/trivy-*" + patterns: + - "*" - package-ecosystem: github-actions directory: / schedule: interval: "monthly" + groups: + github-actions: + patterns: + - "*" +