From 92ce668896a95263944ea9235dd99ad8b5c28ab5 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Thu, 7 Jul 2022 20:20:40 +0200 Subject: [PATCH] Ignore Maven Core updates --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9c761915d..b416a2096 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,6 +21,9 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + # ignore Maven Core updates + - dependency-name: "org.apache.maven:*" - package-ecosystem: "github-actions" directory: "/" schedule: