From d7f46543fb4c7ed1ee07688f7caafc59ddc45653 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 21:39:05 +0000 Subject: [PATCH] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..35a54f6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,29 @@ +version: 2 +updates: +- package-ecosystem: maven + directory: "/" + schedule: + interval: daily + time: "18:00" + open-pull-requests-limit: 10 + ignore: + - dependency-name: us.fatehi:schemacrawler-lint + versions: + - 16.11.7 + - 16.12.1 + - 16.12.2 + - 16.12.3 + - 16.14.1 + - 16.14.2 + - 16.14.3 + - 16.14.4 + - dependency-name: us.fatehi:schemacrawler + versions: + - 16.11.7 + - 16.12.1 + - 16.12.2 + - 16.12.3 + - 16.14.1 + - 16.14.2 + - 16.14.3 + - 16.14.4