Have dependabot monitor all 3 main branches

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2020-09-27 08:37:12 -05:00
parent 86602c9aeb
commit 28293737bf
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 27 additions and 0 deletions

View File

@ -4,7 +4,34 @@ updates:
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"