瀏覽代碼

Include milestones in Dependabot config

Issue gh-14298
Marcus Hert Da Coregio 1 年之前
父節點
當前提交
6795a49b02
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/dependabot.yml

+ 4 - 0
.github/dependabot.yml

@@ -98,21 +98,25 @@ updates:
 
   - package-ecosystem: github-actions
     target-branch: "main"
+    milestone: 326 # 6.3.x
     directory: "/"
     schedule:
       interval: weekly
   - package-ecosystem: github-actions
     target-branch: "6.2.x"
+    milestone: 319 # 6.2.x
     directory: "/"
     schedule:
       interval: weekly
   - package-ecosystem: github-actions
     target-branch: "6.1.x"
+    milestone: 318 # 6.1.x
     directory: "/"
     schedule:
       interval: weekly
   - package-ecosystem: github-actions
     target-branch: "5.8.x"
+    milestone: 246 # 5.8.x
     directory: "/"
     schedule:
       interval: weekly