Skip to content

Commit 89810b9

Browse files
committed
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.
1 parent 82dca28 commit 89810b9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/renovate.json5

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
ignorePaths: [
99
'**/tests/**',
1010
],
11+
// See rust-lang/cargo#13546 and openssl/openssl#23376 for the exclusion
12+
ignoreDeps: ['openssl', 'openssl-src', 'openssl-sys'],
1113
customManagers: [
1214
{
1315
customType: 'regex',
@@ -78,8 +80,6 @@
7880
matchUpdateTypes: [
7981
'patch',
8082
],
81-
// See rust-lang/cargo#13546 and openssl/openssl#23376 for the exclusion
82-
excludePackageNames: ['openssl', 'openssl-src', 'openssl-sys'],
8383
automerge: false,
8484
groupName: 'compatible',
8585
},
@@ -91,8 +91,6 @@
9191
matchUpdateTypes: [
9292
'minor',
9393
],
94-
// See rust-lang/cargo#13546 and openssl/openssl#23376 for the exclusion
95-
excludePackageNames: ['openssl', 'openssl-src', 'openssl-sys'],
9694
automerge: false,
9795
groupName: 'compatible',
9896
},

0 commit comments

Comments
 (0)