jetty.project/.github/dependabot.yml
Joakim Erdfelt 28293737bf
Have dependabot monitor all 3 main branches
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-27 08:37:12 -05:00

38 lines
788 B
YAML

version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
target-branch: "jetty-9.4.x"
- 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"