Skip to content

Commit 67eb40b

Browse files
committed
Configure renovate to find confluent deps
1 parent 81f9069 commit 67eb40b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

renovate.json

+10
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@
8888
"minor",
8989
"patch"
9090
],
91+
"repositories": [
92+
{
93+
"url": "https://packages.confluent.io/maven/"
94+
}
95+
],
9196
"schedule": [
9297
"* 0 1 * *"
9398
]
@@ -100,6 +105,11 @@
100105
"matchPackageNames": [
101106
"io.confluent:*"
102107
],
108+
"repositories": [
109+
{
110+
"url": "https://packages.confluent.io/maven/"
111+
}
112+
],
103113
"enabled": false,
104114
"matchUpdateTypes": [
105115
"major"

0 commit comments

Comments
 (0)