Skip to content

Commit d1669a5

Browse files
committed
chore: exclude protobuf packages from renovate
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
1 parent ede6ff0 commit d1669a5

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

renovate.json

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,19 @@
4343
"pep621"
4444
],
4545
"labels": ["dependencies"],
46-
"ignoreDeps": [],
46+
"ignoreDeps": [
47+
"agntcy-dir-grpc-python",
48+
"agntcy-dir-protocolbuffers-python",
49+
"agntcy-dir-protocolbuffers-pyi",
50+
"bufbuild-protovalidate-grpc-python",
51+
"bufbuild-protovalidate-protocolbuffers-python",
52+
"bufbuild-protovalidate-protocolbuffers-pyi"
53+
],
4754
"osvVulnerabilityAlerts": true,
4855
"lockFileMaintenance": {
4956
"enabled": true
5057
},
5158
"packageRules": [
52-
{
53-
"description": [
54-
"Buf Schema Registry Python SDKs are not on PyPI; use Buf index and skip release-age gate (Buf simple API has no timestamps)."
55-
],
56-
"matchDatasources": ["pypi"],
57-
"matchPackageNames": [
58-
"agntcy-dir-grpc-python",
59-
"agntcy-dir-protocolbuffers-python"
60-
],
61-
"registryUrls": ["https://buf.build/gen/python"],
62-
"minimumReleaseAge": null
63-
},
6459
{
6560
"matchUpdateTypes": ["major"],
6661
"enabled": false,

0 commit comments

Comments
 (0)