Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsftbot[bot] <48340428+msftbot[bot]@users.noreply.github.com>2022-08-27 09:54:01 +0300
committerGitHub <noreply@github.com>2022-08-27 09:54:01 +0300
commit292c6d2fe66d93ffc65bec7d86207f94ea980f5a (patch)
tree57f01a75692521b15befff98f0af68c19a7044d3 /.github
parentee21120b8a234d3127467e3e3243a09ae5e9efed (diff)
parent6b118a965f782cc6b498eb855498af2e66ddf788 (diff)
Merge pull request #43584 from dotnet-maestro-bot/merge/release/7.0-to-main
[automated] Merge branch 'release/7.0' => 'main'
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 902c5873c3..0f21612d68 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -62,4 +62,15 @@ updates:
labels:
- area-infrastructure
target-branch: "release/6.0"
-
+ - package-ecosystem: "gitsubmodule"
+ directory: "/"
+ schedule:
+ interval: "monthly"
+ allow:
+ - dependency-type: "all"
+ commit-message:
+ prefix: "[release/7.0] "
+ include: scope
+ labels:
+ - area-infrastructure
+ target-branch: "release/7.0"