jetty.project/.github/dependabot.yml
Joakim Erdfelt 63fba2763b
Minor tweaks to dependabot.yml
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-11-09 14:40:15 -06:00

41 lines
895 B
YAML

version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
time: "14:00"
target-branch: "jetty-9.4.x"
# Encourage more pull requests from oldest branch
open-pull-requests-limit: 20
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "jetty-9.4.x"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
target-branch: "jetty-10.0.x"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "jetty-10.0.x"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
target-branch: "jetty-11.0.x"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "jetty-11.0.x"