File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ updates:
1212 - " *"
1313
1414
15- # Maintain dependencies for Maven in the v2.3 .x branch
15+ # Maintain dependencies for Maven in the v2.4 .x branch
1616 - package-ecosystem : " maven"
1717 directory : " /"
1818 target-branch : v2.4.x
@@ -22,6 +22,11 @@ updates:
2222 dependencies :
2323 patterns :
2424 - " *"
25+ ignore :
26+ - dependency-name : " org.eclipse.jetty:jetty-servlet"
27+ versions : ["[10,)"]
28+ - dependency-name : " org.openjfx:javafx-controls"
29+ versions : ["[22,)"]
2530
2631
2732 # Maintain dependencies for Maven in the v2.3.x branch
@@ -34,6 +39,11 @@ updates:
3439 dependencies :
3540 patterns :
3641 - " *"
42+ ignore :
43+ - dependency-name : " org.eclipse.jetty:jetty-servlet"
44+ versions : ["[10,)"]
45+ - dependency-name : " org.openjfx:javafx-controls"
46+ versions : ["[22,)"]
3747
3848
3949 # Maintain dependencies for GitHub Actions
You can’t perform that action at this time.
0 commit comments