update dependabot.yml to track master and v2.x branches (#1416)

This commit is contained in:
vincentvilo-aws 2024-12-20 10:02:54 -08:00 committed by GitHub
parent 9da91cd43c
commit dcac19e927
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,23 @@
version: 2
updates:
# branch - master
- package-ecosystem: "maven"
directory: "/"
labels:
- "dependencies"
- "v3.x"
target-branch: "master"
schedule:
interval: "weekly"
# branch - v2.x
- package-ecosystem: "maven"
directory: "/"
labels:
- "dependencies"
- "v2.x"
schedule:
target-branch: "v2.x"
schedule:
interval: "weekly"
# branch - v1.x