diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3c34a69 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: +- package-ecosystem: maven + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + ignore: + - dependency-name: org.springframework:spring-context + versions: + - 5.3.3 + - 5.3.4 + - 5.3.5 + - dependency-name: org.mockito:mockito-core + versions: + - 3.7.7 + - 3.8.0