Skip to content

Commit dc4859d

Browse files
Copilotaaronpowell
andauthored
Add skip-nuget-publish label to Dependabot updates (#1310)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
1 parent 3a5972f commit dc4859d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
labels:
13+
- "dependencies"
14+
- "skip-nuget-publish"
1215
ignore:
1316
# Ignore Aspire.Hosting and Aspire.Hosting.* . We have a separate process for updating them
1417
- dependency-name: "Aspire.Hosting"
@@ -17,3 +20,6 @@ updates:
1720
directory: "/" # Location of package manifests
1821
schedule:
1922
interval: "weekly"
23+
labels:
24+
- "dependencies"
25+
- "skip-nuget-publish"

0 commit comments

Comments
 (0)