diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a9853e3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: +- package-ecosystem: maven + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + target-branch: updates + ignore: + - dependency-name: com.puppycrawl.tools:checkstyle + versions: + - "8.39" + - "8.40" + - "8.41" + - 8.41.1