Skip to content

Commit d22c1d2

Browse files
authored
Update Dependabot to scan version/1.x branch (#201)
1 parent 789e67e commit d22c1d2

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
@@ -1,12 +1,26 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "gradle"
4+
target-branch: "master"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
time: "02:00"
39
- package-ecosystem: "maven"
10+
target-branch: "version/1.x"
11+
directory: "/"
12+
schedule:
13+
interval: "daily"
14+
time: "02:00"
15+
- package-ecosystem: "github-actions"
416
directory: "/"
17+
target-branch: "master"
518
schedule:
619
interval: "daily"
720
time: "02:00"
821
- package-ecosystem: "github-actions"
922
directory: "/"
23+
target-branch: "version/1.x"
1024
schedule:
1125
interval: "daily"
1226
time: "02:00"

0 commit comments

Comments
 (0)