From b6e2e4d7890d79ec195cf926a04541e357768e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20C=2E=20R=C3=ADos?= Date: Fri, 8 Sep 2023 12:13:12 +0200 Subject: [PATCH] Limiting wiremock updates to the ones compatible with Java 8 (#847) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 07aeb09..ddcfabd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -50,6 +50,10 @@ updates: update-types: - "version-update:semver-major" - "version-update:semver-minor" + - dependency-name: "com.github.tomakehurst:wiremock-jre8-standalone" + update-types: + - "version-update:semver-minor" + - "version-update:semver-patch" - package-ecosystem: gradle directory: "/" @@ -70,3 +74,7 @@ updates: update-types: - "version-update:semver-major" - "version-update:semver-minor" + - dependency-name: "com.github.tomakehurst:wiremock-jre8-standalone" + update-types: + - "version-update:semver-minor" + - "version-update:semver-patch"