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:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2022-08-27 08:21:15 +0300
committerGitHub <noreply@github.com>2022-08-27 08:21:15 +0300
commit6b118a965f782cc6b498eb855498af2e66ddf788 (patch)
tree205da9d43fee8e68e98e28b9e6656ef32649d71d /.github
parent614d20b7d614aab751b7e46ebbfc8937019c1c62 (diff)
Cover release/7.0 in our pipelines (#43483)
* Cover release/7.0 in our pipelines * PR feedback: Remove release/5.0 mentions in our YAML
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"