Skip to content

Commit d4e7f09

Browse files
Add dependabot for 3.x branch
1 parent cac34a9 commit d4e7f09

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,21 @@ updates:
2121
directory: "/"
2222
schedule:
2323
interval: "daily"
24+
25+
- package-ecosystem: "maven"
26+
directory: "/"
27+
schedule:
28+
interval: "daily"
29+
target-branch: "maven-source-plugin-3.x"
30+
31+
32+
- package-ecosystem: "github-actions"
33+
directory: "/"
34+
schedule:
35+
interval: "daily"
36+
2437
- package-ecosystem: "github-actions"
2538
directory: "/"
2639
schedule:
2740
interval: "daily"
41+
target-branch: "maven-source-plugin-3.x"

0 commit comments

Comments
 (0)