Skip to content

Commit 707bd08

Browse files
authored
Configure Dependabot to include 'version/0.x' branch (#2812)
1 parent afb56e7 commit 707bd08

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
11
version: 2
22
updates:
33
- package-ecosystem: "gradle"
4+
target-branch: "master"
45
directory: "/"
56
schedule:
67
interval: "daily"
78
time: "02:00"
9+
- package-ecosystem: "maven"
10+
target-branch: "version/0.x"
11+
directory: "/"
12+
schedule:
13+
interval: "daily"
14+
time: "02:00"
15+
- package-ecosystem: "github-actions"
16+
directory: "/"
17+
target-branch: "master"
18+
schedule:
19+
interval: "daily"
20+
time: "02:00"
821
- package-ecosystem: "github-actions"
922
directory: "/"
23+
target-branch: "version/0.x"
1024
schedule:
1125
interval: "daily"
1226
time: "02:00"
27+

0 commit comments

Comments
 (0)