Skip to content

Commit d76a337

Browse files
authored
ci: update dependabot config to handle github actions (#163)
1 parent 6e97c28 commit d76a337

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ updates:
88
prefix: "chore"
99
prefix-development: "chore"
1010
include: "scope"
11+
reviewers:
12+
- "naveensingh"
13+
assignees:
14+
- "naveensingh"
1115

1216
- package-ecosystem: "gradle"
1317
directory: "/"
@@ -17,3 +21,20 @@ updates:
1721
prefix: "chore"
1822
prefix-development: "chore"
1923
include: "scope"
24+
reviewers:
25+
- "naveensingh"
26+
assignees:
27+
- "naveensingh"
28+
29+
- package-ecosystem: "github-actions"
30+
directory: "/"
31+
schedule:
32+
interval: "weekly"
33+
commit-message:
34+
prefix: "chore"
35+
prefix-development: "chore"
36+
include: "scope"
37+
reviewers:
38+
- "naveensingh"
39+
assignees:
40+
- "naveensingh"

0 commit comments

Comments
 (0)