Add target milestone to dependabot
Issue gh-2493
This commit is contained in:
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@@ -9,6 +9,7 @@ updates:
|
||||
|
||||
- package-ecosystem: "gradle"
|
||||
target-branch: "main"
|
||||
milestone: 152
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
@@ -27,6 +28,7 @@ updates:
|
||||
|
||||
- package-ecosystem: "gradle"
|
||||
target-branch: "3.1.x"
|
||||
milestone: 151
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
@@ -43,6 +45,7 @@ updates:
|
||||
|
||||
- package-ecosystem: "gradle"
|
||||
target-branch: "3.0.x"
|
||||
milestone: 150
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
||||
Reference in New Issue
Block a user