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

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed May 7, 2024
1 parent 470ac74 commit 4f106c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ollama/config.yaml"
],
"matchStrings": [
"image:\\s*(?<depName>.+)\\s*\n\\s*version:\\s*(?<currentValue>.+)"
"image:\\s*(?<depName>.+)\\s*(?:\n\\s*)?version:\\s*(?<currentValue>.+)"
]
}
],
Expand Down Expand Up @@ -42,7 +42,7 @@
"**/config.yaml"
],
"matchPackagePatterns": [
"image:\\s*(?<depName>.+)\\s*\n\\s*version:\\s*(?<currentValue>.+)"
"image:\\s*(?<depName>.+)\\s*(?:\n\\s*)?version:\\s*(?<currentValue>.+)"
],
"prBodyColumns": [
"Package",
Expand Down

0 comments on commit 4f106c0

Please sign in to comment.