From 862fd555eda9546cfa1259002d6d94f7e77ae99d Mon Sep 17 00:00:00 2001 From: Alex Bishop Date: Tue, 9 Apr 2024 09:54:43 +0100 Subject: [PATCH] PP-125020 Apply Dependabot ignores correctly to subdirectories There are POM files in various subdirectories and Dependabot ignores are not, generally speaking, applied recursively. THis adds some annoying duplication because there is no way to specify multiple directories in the directory option. --- .github/dependabot.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1f861f04..35c4ec5b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,17 @@ updates: # Dropwizard 2.x and 3.x use Hibernate Validator 6 versions: - ">= 7" + open-pull-requests-limit: 10 + labels: + - dependencies + - govuk-pay + - java + - package-ecosystem: maven + directory: "/logging-dropwizard-3" + schedule: + interval: weekly + time: "03:00" + ignore: - dependency-name: "org.dhatim:dropwizard-sentry" # We essentially forked Dropwizard Sentry because it did not support # Dropwizard 3.x — there is now a Dropwizard Sentry 4.x, which supports @@ -18,6 +29,17 @@ updates: # to go back to using an unmodified version versions: - ">= 4" + open-pull-requests-limit: 10 + labels: + - dependencies + - govuk-pay + - java + - package-ecosystem: maven + directory: "/utils" + schedule: + interval: weekly + time: "03:00" + ignore: - dependency-name: "org.eclipse.persistence:org.eclipse.persistence.jpa" # We use EclipseLink 2.7.x in our Java microservices versions: