update dependabot to check for dependencies in v2.x

This commit is contained in:
Vincent Viloria 2024-12-13 18:18:58 -08:00
parent 96bbb1bc76
commit 860f4d095d

View file

@ -1,11 +1,22 @@
version: 2
updates:
# branch - master
- package-ecosystem: "maven"
directory: "/"
labels:
- "dependencies"
- "v3.x"
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