Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit e1853e1

Browse files
committed
fix #1
1 parent fda5d16 commit e1853e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
{
55
"datasourceTemplate": "docker",
66
"fileMatch": [
7-
"**/config.yaml"
7+
"config.yaml"
88
],
99
"matchStrings": [
10-
"(?<registry>\\S+\\.\\S+)/(?<depName>[a-z0-9-]+/[a-z0-9-]+)(?::(?<currentValue>[a-z0-9.-]+))?"
10+
"image:\\s*(?<depName>.+)\n\\s*version:\\s*(?<currentValue>.+)"
1111
]
1212
}
1313
],
@@ -85,4 +85,4 @@
8585
],
8686
"prCreation": "not-pending",
8787
"stabilityDays": 1
88-
}
88+
}

0 commit comments

Comments
 (0)