Skip to content
Draft
Show file tree
Hide file tree
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
42 changes: 0 additions & 42 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ updates:
interval: weekly
time: "03:00"
ignore:
- dependency-name: "io.dropwizard:dropwizard-dependencies"
# We don't want to upgrade to Dropwizard 5.x just yet
versions:
- ">= 5"
- dependency-name: "io.dropwizard.modules:dropwizard-testing-junit4"
# We don't want to upgrade to Dropwizard 5.x just yet
versions:
- ">= 5"
- dependency-name: "net.logstash.logback:logstash-logback-encoder"
# logstash 8+ needs refactoring on our end
versions:
Expand All @@ -24,70 +16,36 @@ updates:
- dependencies
- govuk-pay
- java
- package-ecosystem: maven
directory: "/logging-dropwizard-4"
schedule:
interval: weekly
time: "03:00"
open-pull-requests-limit: 10
- package-ecosystem: maven
directory: "/logging-dropwizard-5"
schedule:
interval: weekly
time: "03:00"
open-pull-requests-limit: 10
- package-ecosystem: maven
directory: "/utils-dropwizard-4"
schedule:
interval: weekly
time: "03:00"
open-pull-requests-limit: 10
- package-ecosystem: maven
directory: "/utils-dropwizard-5"
schedule:
interval: weekly
time: "03:00"
open-pull-requests-limit: 10
- package-ecosystem: maven
directory: "/testing-dropwizard-4"
schedule:
interval: weekly
time: "03:00"
- package-ecosystem: maven
directory: "/testing-dropwizard-5"
schedule:
interval: weekly
time: "03:00"
open-pull-requests-limit: 10
- package-ecosystem: maven
directory: "/queue-dropwizard-4"
schedule:
interval: weekly
time: "03:00"
open-pull-requests-limit: 10
- package-ecosystem: maven
directory: "/queue-dropwizard-5"
schedule:
interval: weekly
time: "03:00"
open-pull-requests-limit: 10
- package-ecosystem: maven
directory: "/model-dropwizard-4"
schedule:
interval: weekly
time: "03:00"
- package-ecosystem: maven
directory: "/model-dropwizard-5"
schedule:
interval: weekly
time: "03:00"
open-pull-requests-limit: 10
- package-ecosystem: maven
directory: "/validation-dropwizard-4"
schedule:
interval: weekly
time: "03:00"
open-pull-requests-limit: 10
- package-ecosystem: maven
directory: "/validation-dropwizard-5"
schedule:
Expand Down
29 changes: 1 addition & 28 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -112,33 +112,6 @@
}
],
"results": {
"testing-dropwizard-4/src/main/java/uk/gov/service/payments/commons/testing/db/PostgresContainer.java": [
{
"type": "Secret Keyword",
"filename": "testing-dropwizard-4/src/main/java/uk/gov/service/payments/commons/testing/db/PostgresContainer.java",
"hashed_secret": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3",
"is_verified": false,
"line_number": 22
}
],
"testing-dropwizard-4/src/test/resources/pact-from-broker.json": [
{
"type": "Hex High Entropy String",
"filename": "testing-dropwizard-4/src/test/resources/pact-from-broker.json",
"hashed_secret": "d046d31e2e14cb07ac95b087e349f28fa8ed752f",
"is_verified": false,
"line_number": 79
}
],
"testing-dropwizard-4/src/test/resources/pact-publishing-test/pact-from-broker-2.json": [
{
"type": "Hex High Entropy String",
"filename": "testing-dropwizard-4/src/test/resources/pact-publishing-test/pact-from-broker-2.json",
"hashed_secret": "d046d31e2e14cb07ac95b087e349f28fa8ed752f",
"is_verified": false,
"line_number": 48
}
],
"testing-dropwizard-5/src/main/java/uk/gov/service/payments/commons/testing/db/PostgresContainer.java": [
{
"type": "Secret Keyword",
Expand Down Expand Up @@ -167,5 +140,5 @@
}
]
},
"generated_at": "2025-12-02T17:06:21Z"
"generated_at": "2025-12-08T17:47:23Z"
}
68 changes: 0 additions & 68 deletions logging-dropwizard-4/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading