diff --git a/lib/modules/platform/github/index.ts b/lib/modules/platform/github/index.ts index 80b2911ee10a74381b7ea541f6fbe1b83fa1a589..31a92292d3116f6aea27de61247bd005507be2f7 100644 --- a/lib/modules/platform/github/index.ts +++ b/lib/modules/platform/github/index.ts @@ -1564,7 +1564,7 @@ export async function getVulnerabilityAlerts(): Promise<VulnerabilityAlert[]> { // semver not null safe, accepts null and undefined // eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion platformConfig.gheVersion!, - '~3.0.25 || ~3.1.17 || ~3.2.9 || >=3.3.4' + '>=3.5' ); const filterByState = !platformConfig.isGhe || gheSupportsStateFilter; const query = vulnerabilityAlertsQuery(filterByState);