Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PP-125020 Apply Dependabot ignores correctly to subdirectories #822

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,35 @@ 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
# Dropwizard 4.x (and maybe Dropwizard 3.x), but we’d need to do work
# 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:
Expand Down
Loading