File tree Expand file tree Collapse file tree 3 files changed +36
-2
lines changed
Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -274,3 +274,37 @@ updates:
274274 - Microsoft.Extensions.*
275275 - Microsoft.NETCore.DotNetHost
276276 - System.Text.Json
277+ - package-ecosystem : nuget
278+ directory : /eng/dependabot/net10.0
279+ schedule :
280+ interval : daily
281+ target-branch : release/9.0
282+ ignore :
283+ - dependency-name : ' *'
284+ update-types :
285+ - version-update:semver-major
286+ commit-message :
287+ prefix : ' [release/9.0] '
288+ groups :
289+ runtime-dependencies :
290+ patterns :
291+ - Microsoft.Extensions.*
292+ - Microsoft.NETCore.DotNetHost
293+ - System.Text.Json
294+ - package-ecosystem : nuget
295+ directory : /eng/dependabot/net10.0
296+ schedule :
297+ interval : daily
298+ target-branch : release/8.x
299+ ignore :
300+ - dependency-name : ' *'
301+ update-types :
302+ - version-update:semver-major
303+ commit-message :
304+ prefix : ' [release/8.x] '
305+ groups :
306+ runtime-dependencies :
307+ patterns :
308+ - Microsoft.Extensions.*
309+ - Microsoft.NETCore.DotNetHost
310+ - System.Text.Json
Original file line number Diff line number Diff line change 3535 # The default artifact download action doesn't support cross-workflow
3636 # artifacts, so use a 3rd party one.
3737 - name : ' Download linting results'
38- uses : dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927
38+ uses : dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732
3939 with :
4040 workflow : ${{env.workflow_name}}
4141 run_id : ${{github.event.workflow_run.id }}
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Fetch Dependabot metadata
1616 id : metadata
17- uses : dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a
17+ uses : dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36
1818
1919 - name : Check ClearlyDefined
2020 if : ${{steps.metadata.outputs.package-ecosystem == 'nuget'}}
You can’t perform that action at this time.
0 commit comments