Skip to content

Commit

Permalink
fixup! add newline in autoReplace
Browse files Browse the repository at this point in the history
  • Loading branch information
eternal-flame-AD committed Nov 1, 2024
1 parent 5f47f00 commit d0fc969
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 @@ -20,11 +20,11 @@
],
"depTypeTemplate": "language",
"matchStrings": [
"^(?<currentValue>.+)\\n"
"^(?<currentValue>[0-9.]+)"
],
"extractVersionTemplate": "^(?<version>.+)-bookworm$",
"depNameTemplate": "docker.io/library/golang",
"autoReplaceStringTemplate": "{{{newValue}}}\n",
"autoReplaceStringTemplate": "{{{newValue}}}",
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
}
Expand Down

0 comments on commit d0fc969

Please sign in to comment.