update dependabot.yml to track master and v2.x branches

This commit is contained in:
Vincent Viloria 2024-12-19 10:57:24 -08:00
parent 9da91cd43c
commit f838fa0910

View file

@ -1,10 +1,22 @@
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"
target-branch: "v2.x"
schedule:
interval: "weekly"