Skip to content

Commit

Permalink
Update dependabot exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Nov 26, 2024
1 parent 02b794a commit 3d01ffe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,14 @@ updates:
schedule:
interval: weekly
time: '04:00'
open-pull-requests-limit: 10
open-pull-requests-limit: 20
ignore:
# Ignore JavaFX - needed in a specific version by TCKs
- dependency-name: "org.openjfx:*"
# Ignore MicroProfile Implementation Updates - need to be carefully reviewed to align with target MP spec version
- dependency-name: "io.smallrye:*"
update-types: [ "version-update:semver-minor"]
# Ignore MicroMeter Implementation Updates - need to be carefully reviewed to align with target MP spec version
- dependency-name: "io.micrometer:*"
update-types: [ "version-update:semver-minor"]
# This is a transient dependency. Ignore for updates.
- dependency-name: "micrometer-commons:*"
# Ignore Santuario XML Security - need to be aligned with CXF
Expand Down

0 comments on commit 3d01ffe

Please sign in to comment.