chore(ci): start reporting outdated openssl

We're going to move away from openssl v1 to v3.
This commit is contained in:
Weihang Lo 2025-02-25 11:43:27 -05:00
parent ffafda8fd4
commit 4cde6f8129
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

View File

@ -8,8 +8,6 @@
ignorePaths: [ ignorePaths: [
'**/tests/**', '**/tests/**',
], ],
// See rust-lang/cargo#13546 and openssl/openssl#23376 for the exclusion
ignoreDeps: ['openssl', 'openssl-src', 'openssl-sys'],
customManagers: [ customManagers: [
{ {
customType: 'regex', customType: 'regex',