Skip to content

Commit

Permalink
update dependabot.yml to track master and v2.x branches (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvilo-aws authored Dec 20, 2024
1 parent 9da91cd commit dcac19e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dcac19e

Please sign in to comment.