Skip to content

Commit

Permalink
chore(ci): Ignore openssl deps
Browse files Browse the repository at this point in the history
We excluded the packages in rust-lang#13731 but that just means they fell into
the default logic, rather than bein ignored.  This at least made it
easier to reject the change.

This shouldp revent the PR from being created.
  • Loading branch information
epage committed May 1, 2024
1 parent 82dca28 commit 67d6968
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
},
Expand All @@ -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',
},
Expand Down

0 comments on commit 67d6968

Please sign in to comment.