Skip to content

Commit b81da49

Browse files
authored
Disable vulnerability reports
Reason: They do not work and this breaks grouping! Also these updates prevent updating to the latest version and use dependabot's "fix" version instead. Example: * xdev-software/spring-data-eclipse-store#358 * xdev-software/spring-data-eclipse-store#349
1 parent 8947491 commit b81da49

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

self-hosted.json5

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@
1313
"concurrentRequestLimit": 500,
1414
"maxRequestsPerSecond": 200
1515
}
16-
]
16+
],
17+
"vulnerabilityAlerts": {
18+
"enabled": false
19+
}
1720
}

0 commit comments

Comments
 (0)