Skip to content

Commit e97d433

Browse files
sync non-code with origin/main (#9190)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4aa016a commit e97d433

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

.github/dependabot.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/submit-to-do-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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 }}

.github/workflows/verify-dependabot-clearly-defined.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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'}}

0 commit comments

Comments
 (0)