File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 141141 ]
142142 }
143143 },
144+ {
145+ "description" : " Update readthedocs/actions/preview GitHub Action in template" ,
146+ "matchDepNames" : [
147+ " readthedocs/actions"
148+ ],
149+ "postUpgradeTasks" : {
150+ "commands" : [
151+ " find template -type f -exec sed -i 's|{{{depName}}}/preview@{{{currentDigest}}} # {{{currentValue}}}|{{{depName}}}/preview@{{{newDigest}}} # {{{newValue}}}|g' {} +" ,
152+ " find template -type f -exec sed -i 's|{{{depName}}}/preview@{{{currentValue}}}|{{{depName}}}/preview@{{{newDigest}}} # {{{newValue}}}|g' {} +"
153+ ]
154+ }
155+ },
144156 {
145157 "description" : " Update GitHub Runner in template" ,
146158 "matchDepTypes" : [
Original file line number Diff line number Diff line change 155155 ]
156156 }
157157 },
158+ {
159+ "description": "Update readthedocs/actions/preview GitHub Action in template",
160+ "matchDepNames": [
161+ "readthedocs/actions"
162+ ],
163+ "postUpgradeTasks": {
164+ "commands": [
165+ "find template -type f -exec sed -i {{ '\'s|{{{depName}}}/preview@{{{currentDigest}}} # {{{currentValue}}}|{{{depName}}}/preview@{{{newDigest}}} # {{{newValue}}}|g\' {} +' }}",
166+ "find template -type f -exec sed -i {{ '\'s|{{{depName}}}/preview@{{{currentValue}}}|{{{depName}}}/preview@{{{newDigest}}} # {{{newValue}}}|g\' {} +' }}"
167+ ]
168+ }
169+ },
158170 {
159171 "description": "Update GitHub Runner in template",
160172 "matchDepTypes": [
You can’t perform that action at this time.
0 commit comments