Skip to content

Commit f259fd2

Browse files
authored
Merge pull request #757 from microsoftgraph/andrueastman-patch-2
Enable dependabot on v3 branch
2 parents 9f1e0ef + cdd5bec commit f259fd2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,27 @@ updates:
3030
schedule:
3131
interval: daily
3232
open-pull-requests-limit: 10
33+
- package-ecosystem: gradle
34+
directory: "/"
35+
target-branch: v3/longTermBranch
36+
schedule:
37+
interval: daily
38+
open-pull-requests-limit: 10
39+
- package-ecosystem: gradle
40+
directory: "/android"
41+
target-branch: v3/longTermBranch
42+
schedule:
43+
interval: daily
44+
open-pull-requests-limit: 10
45+
- package-ecosystem: maven
46+
directory: "/"
47+
target-branch: v3/longTermBranch
48+
schedule:
49+
interval: daily
50+
open-pull-requests-limit: 10
51+
- package-ecosystem: github-actions
52+
directory: "/"
53+
target-branch: v3/longTermBranch
54+
schedule:
55+
interval: daily
56+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)