Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,18 @@
]
}
},
{
"description": "Update readthedocs/actions/preview GitHub Action in template",
"matchDepNames": [
"readthedocs/actions"
],
"postUpgradeTasks": {
"commands": [
"find template -type f -exec sed -i 's|{{{depName}}}/preview@{{{currentDigest}}} # {{{currentValue}}}|{{{depName}}}/preview@{{{newDigest}}} # {{{newValue}}}|g' {} +",
"find template -type f -exec sed -i 's|{{{depName}}}/preview@{{{currentValue}}}|{{{depName}}}/preview@{{{newDigest}}} # {{{newValue}}}|g' {} +"
]
}
},
{
"description": "Update GitHub Runner in template",
"matchDepTypes": [
Expand Down
12 changes: 12 additions & 0 deletions template/.renovaterc.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,18 @@
]
}
},
{
"description": "Update readthedocs/actions/preview GitHub Action in template",
"matchDepNames": [
"readthedocs/actions"
],
"postUpgradeTasks": {
"commands": [
"find template -type f -exec sed -i {{ '\'s|{{{depName}}}/preview@{{{currentDigest}}} # {{{currentValue}}}|{{{depName}}}/preview@{{{newDigest}}} # {{{newValue}}}|g\' {} +' }}",
"find template -type f -exec sed -i {{ '\'s|{{{depName}}}/preview@{{{currentValue}}}|{{{depName}}}/preview@{{{newDigest}}} # {{{newValue}}}|g\' {} +' }}"
]
}
},
{
"description": "Update GitHub Runner in template",
"matchDepTypes": [
Expand Down
Loading