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

Commit 4f106c0

Browse files
committed
fix #1
1 parent 470ac74 commit 4f106c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ollama/config.yaml"
88
],
99
"matchStrings": [
10-
"image:\\s*(?<depName>.+)\\s*\n\\s*version:\\s*(?<currentValue>.+)"
10+
"image:\\s*(?<depName>.+)\\s*(?:\n\\s*)?version:\\s*(?<currentValue>.+)"
1111
]
1212
}
1313
],
@@ -42,7 +42,7 @@
4242
"**/config.yaml"
4343
],
4444
"matchPackagePatterns": [
45-
"image:\\s*(?<depName>.+)\\s*\n\\s*version:\\s*(?<currentValue>.+)"
45+
"image:\\s*(?<depName>.+)\\s*(?:\n\\s*)?version:\\s*(?<currentValue>.+)"
4646
],
4747
"prBodyColumns": [
4848
"Package",

0 commit comments

Comments
 (0)