Skip to content

Commit

Permalink
chore: template update with renovate (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan authored May 6, 2024
1 parent a5bfec1 commit e9ba1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"postUpgradeTasks": {
"commands": [
"find template -type f -exec sed -i 's|{{{depName}}} {{{currentValue}}}|{{{depName}}} {{{newValue}}}|g' {} +",
"find template -type f -exec sed -i 's|{{{depName}}}=={{{currentValue}}}|{{{depName}}}=={{{newValue}}}|g' {} +"
"find template -type f -exec sed -i 's|{{{depName}}}{{{currentValue}}}|{{{depName}}}{{{newValue}}}|g' {} +"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion template/.renovaterc.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"postUpgradeTasks": {
"commands": [
"find template -type f -exec sed -i {{ '\'s|{{{depName}}} {{{currentValue}}}|{{{depName}}} {{{newValue}}}|g\' {} +' }}",
"find template -type f -exec sed -i {{ '\'s|{{{depName}}}=={{{currentValue}}}|{{{depName}}}=={{{newValue}}}|g\' {} +' }}"
"find template -type f -exec sed -i {{ '\'s|{{{depName}}}{{{currentValue}}}|{{{depName}}}{{{newValue}}}|g\' {} +' }}"
]
}
},
Expand Down

0 comments on commit e9ba1e3

Please sign in to comment.