Skip to content

Commit b3e5416

Browse files
committed
pin servlet API version
1 parent 41a07af commit b3e5416

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/renovate.json5

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@
8484
"matchPackagePrefixes": ["org.openjdk.jmc"],
8585
"matchUpdateTypes": ["major"],
8686
"enabled": false
87+
},
88+
{
89+
// pinned version for compatibility
90+
"matchFileNames": ["jmx-scraper/test-webapp/**"],
91+
"matchPackagePrefixes": ["jakarta.servlet:"],
92+
"matchCurrentVersion": "5.0.0",
93+
"enabled": false
8794
}
8895
]
8996
}

0 commit comments

Comments
 (0)