Skip to content

Commit

Permalink
Add some additional excludes to dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Nov 26, 2024
1 parent c635ac7 commit a1161a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ updates:
# 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
- dependency-name: "org.apache.santuario:*"
update-types: [ "version-update:semver-minor"]
Expand Down Expand Up @@ -60,6 +62,9 @@ updates:
# Ignore WebJars from Examples
- dependency-name: "org.webjars:*"
update-types: [ "version-update:semver-minor"]
# Ignore WebJars from Examples
- dependency-name: "org.htmlunit:*"
update-types: [ "version-update:semver-minor"]


- package-ecosystem: "github-actions"
Expand Down

0 comments on commit a1161a3

Please sign in to comment.