Skip to content

Commit 43d5a0e

Browse files
Add dependabot for 3.x branch
1 parent 93b2b3d commit 43d5a0e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,20 @@ updates:
2121
directory: "/"
2222
schedule:
2323
interval: "daily"
24+
25+
- package-ecosystem: "maven"
26+
directory: "/"
27+
schedule:
28+
interval: "daily"
29+
target-branch: "maven-deploy-plugin-3.x"
30+
31+
- package-ecosystem: "github-actions"
32+
directory: "/"
33+
schedule:
34+
interval: "daily"
35+
2436
- package-ecosystem: "github-actions"
2537
directory: "/"
2638
schedule:
2739
interval: "daily"
40+
target-branch: "maven-deploy-plugin-3.x"

0 commit comments

Comments
 (0)