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