Skip to content

Commit

Permalink
Merge pull request #6845 from dotnet/v-wuzhai/UpdateDependabot
Browse files Browse the repository at this point in the history
Remove dependabot on branch 7.0.1xx,7.0.2xx and 7.0.3xx
  • Loading branch information
marcpopMSFT authored Jul 11, 2023
2 parents c5dbf2d + 2bd3eb6 commit 4857b0a
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,6 @@ updates:
labels:
- "dependencies"
- "dependabot: main"

- package-ecosystem: "nuget"
directory: "/eng/dependabot"
open-pull-requests-limit: 10
schedule:
interval: "weekly"
target-branch: "release/7.0.1xx"
labels:
- "dependencies"
- "dependabot: 7.0.1xx"

- package-ecosystem: "nuget"
directory: "/eng/dependabot"
open-pull-requests-limit: 10
schedule:
interval: "weekly"
target-branch: "release/7.0.2xx"
labels:
- "dependencies"
- "dependabot: 7.0.2xx"

- package-ecosystem: "nuget"
directory: "/eng/dependabot"
open-pull-requests-limit: 10
schedule:
interval: "weekly"
target-branch: "release/7.0.3xx"
labels:
- "dependencies"
- "dependabot: 7.0.3xx"

- package-ecosystem: "nuget"
directory: "/eng/dependabot"
Expand All @@ -48,4 +18,4 @@ updates:
target-branch: "release/7.0.4xx"
labels:
- "dependencies"
- "dependabot: 7.0.4xx"
- "dependabot: 7.0.4xx"

0 comments on commit 4857b0a

Please sign in to comment.