Ignore Maven Core updates
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 80183d6..86cd35a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -20,6 +20,9 @@
   directory: "/"
   schedule:
     interval: "daily"
+  ignore:
+    # Ignore Maven Core updates
+    - dependency-name: "org.apache.maven:*"
 - package-ecosystem: "github-actions"
   directory: "/"
   schedule: