Преглед на файлове

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