File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 141
141
]
142
142
}
143
143
},
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
+ },
144
156
{
145
157
"description" : " Update GitHub Runner in template" ,
146
158
"matchDepTypes" : [
Original file line number Diff line number Diff line change 155
155
]
156
156
}
157
157
},
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
+ },
158
170
{
159
171
"description": "Update GitHub Runner in template",
160
172
"matchDepTypes": [
You can’t perform that action at this time.
0 commit comments