diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d75dc95 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: +- package-ecosystem: maven + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 99 + ignore: + - dependency-name: com.fasterxml.jackson.core:jackson-core + versions: + - 2.12.1 + - 2.12.2