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