mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-06 05:49:50 +00:00
Add milestone hints to created PRs
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
ef1b29c48f
commit
c46875de95
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@ -5,6 +5,8 @@ updates:
|
||||
target-branch: "jetty-9.4.x"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
# Associate with milestone 9.4.x
|
||||
milestone: 3
|
||||
ignore:
|
||||
# Restrict updates in this branch to jetty in the 9.4.x space
|
||||
- dependency-name: "javax.servlet:*"
|
||||
@ -25,6 +27,8 @@ updates:
|
||||
target-branch: "jetty-10.0.x"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
# Associate with milestone 10.0.x
|
||||
milestone: 6
|
||||
ignore:
|
||||
# Restrict updates in this branch to jetty in the 10.x.x space
|
||||
- dependency-name: "jakarta.servlet:*"
|
||||
@ -47,6 +51,8 @@ updates:
|
||||
target-branch: "jetty-11.0.x"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
# Associate with milestone 11.0.x
|
||||
milestone: 7
|
||||
ignore:
|
||||
# Restrict updates in this branch to jetty in the 11.x.x space
|
||||
- dependency-name: "jakarta.servlet:*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user