From 630eba065a1a8a3bb2db447cde15d8418d2f16c1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 11:33:58 +0100 Subject: [PATCH] Upgrade to GitHub-native Dependabot (#394) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- .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..61c5880 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,29 @@ +version: 2 +updates: +- package-ecosystem: maven + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + ignore: + - dependency-name: io.github.classgraph:classgraph + versions: + - "< 4.2.3, >= 4.2.2.a" + - dependency-name: io.github.classgraph:classgraph + versions: + - "< 4.2, > 4.1.5" + - dependency-name: io.github.classgraph:classgraph + versions: + - "< 4.2.6, >= 4.2.5.a" + - dependency-name: io.github.classgraph:classgraph + versions: + - "< 4.4, >= 4.3.a" + - dependency-name: io.github.classgraph:classgraph + versions: + - "< 4.5, >= 4.4.a" + - dependency-name: org.springframework.boot:spring-boot-maven-plugin + versions: + - 2.4.2 + - dependency-name: org.springframework.boot:spring-boot-dependencies + versions: + - 2.4.2