From b9a9be00c9ff544ea24e27cf8b79bc19353f2c33 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:25 +0000 Subject: [PATCH] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..874102d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: +- package-ecosystem: maven + directory: "/" + schedule: + interval: daily + time: "22:00" + open-pull-requests-limit: 99 + ignore: + - dependency-name: com.iwillfailyou:iwillfailyou-maven-plugin + versions: + - ">= 0.4.a, < 0.5" + - dependency-name: com.iwillfailyou:iwillfailyou-maven-plugin + versions: + - ">= 0.5.a, < 0.6" + - dependency-name: org.springframework:spring-web + versions: + - 5.3.5