Skip to content

Commit 81de9ae

Browse files
authored
Bugfix/renovate clusterpirate (CloudPirates-io#240)
* Fix incorrect valkey bumps * Bugfix part 2
1 parent ef16557 commit 81de9ae

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

renovate.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,9 @@
6161
"matchDatasources": [
6262
"helm"
6363
],
64-
"matchPackageNames": [
65-
"common",
66-
"valkey"
67-
],
68-
"matchSourceUrls": [
69-
"oci://registry-1.docker.io/cloudpirates"
64+
"matchPackagePatterns": [
65+
"^cloudpirates/common$",
66+
"^cloudpirates/valkey$"
7067
],
7168
"enabled": false
7269
}

0 commit comments

Comments
 (0)