diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4e4ac08c..79934801 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,6 +26,8 @@ updates: schedule: interval: daily ignore: + # IDE specific dependency + - dependency-name: "org.eclipse.m2e:lifecycle-mapping" # JRuby updates are causing docs generation to fail - dependency-name: "org.jruby:jruby-complete" - package-ecosystem: maven