Ignore updates to org.webjars.npm:glob as it conflicts with jshint version

This commit is contained in:
Ryan Baxter
2026-03-11 19:43:48 -04:00
parent 8da42d23d7
commit 4a3ba2be64
+4
View File
@@ -16,6 +16,8 @@ updates:
interval: daily
target-branch: 4.3.x
ignore:
# glob 7.2.3+ conflicts with jshint (minimatch) in wro4j-maven-plugin
- dependency-name: "org.webjars.npm:glob"
# only upgrade patch versions for maintenance branch
- dependency-name: "*"
update-types:
@@ -27,6 +29,8 @@ updates:
interval: daily
target-branch: main
ignore:
# glob 7.2.3+ conflicts with jshint (minimatch) in wro4j-maven-plugin
- dependency-name: "org.webjars.npm:glob"
# only upgrade patch versions for maintenance branch
- dependency-name: "*"
update-types: