From a24b557751044b6f73dd1687431ab854720e9a83 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 26 May 2024 09:41:26 +0200 Subject: [PATCH] Manage ignore artifacts for dependabot in PR We can comment a PR to ignore specific artifact - not all in config file --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e7aa7e12..8de43a3f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,8 +20,7 @@ updates: directory: "/" schedule: interval: daily - ignore: - - dependency-name: org.apache.maven:* + - package-ecosystem: "github-actions" directory: "/" schedule: