Modified dependabot.yml to set the correct v[1|2].x label. (#1151)

This commit is contained in:
stair 2023-06-28 16:13:15 -04:00 committed by GitHub
parent feadd5e043
commit 290facdd51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,18 @@ version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
labels:
- "dependencies"
- "v2.x"
schedule:
interval: "weekly"
# branch - v1.x
- package-ecosystem: "maven"
directory: "/"
labels:
- "dependencies"
- "v1.x"
target-branch: "v1.x"
schedule:
interval: "weekly"