Skip maven-plugin-plugin 3.6.2
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1b2d9b7..5d84972 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -57,4 +57,7 @@
         versions: ">= 3.0"
       # Don't upgrade Rhino unless somebody is willing to figure out the necessary code changes.
       - dependency-name: "rhino:js"
+      # maven-plugin-plugin 3.6.2 is affected by MPLUGIN-384
+      - dependency-name: "org.apache.maven.plugins:maven-plugin-plugin"
+        versions: "3.6.2"
     open-pull-requests-limit: 15