chore(ci): Ignore openssl deps

We excluded the packages in #13731 but that just means they fell into
the default logic, rather than being ignored (see #13835).  This at
least made it easier to reject the change.

This should prevent the PR from being created.
This commit is contained in:
Ed Page 2024-05-01 15:35:59 -05:00
parent 82dca28700
commit 89810b9688

View file

@ -8,6 +8,8 @@
ignorePaths: [
'**/tests/**',
],
// See rust-lang/cargo#13546 and openssl/openssl#23376 for the exclusion
ignoreDeps: ['openssl', 'openssl-src', 'openssl-sys'],
customManagers: [
{
customType: 'regex',
@ -78,8 +80,6 @@
matchUpdateTypes: [
'patch',
],
// See rust-lang/cargo#13546 and openssl/openssl#23376 for the exclusion
excludePackageNames: ['openssl', 'openssl-src', 'openssl-sys'],
automerge: false,
groupName: 'compatible',
},
@ -91,8 +91,6 @@
matchUpdateTypes: [
'minor',
],
// See rust-lang/cargo#13546 and openssl/openssl#23376 for the exclusion
excludePackageNames: ['openssl', 'openssl-src', 'openssl-sys'],
automerge: false,
groupName: 'compatible',
},