Skip to content

Commit 6c1ba8b

Browse files
authored
ci: update dependabot config to handle github actions
1 parent bfe7607 commit 6c1ba8b

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
@@ -8,6 +8,8 @@ updates:
88
prefix: "chore"
99
prefix-development: "chore"
1010
include: "scope"
11+
assignees:
12+
- "naveensingh"
1113

1214
- package-ecosystem: "gradle"
1315
directory: "/"
@@ -17,3 +19,16 @@ updates:
1719
prefix: "chore"
1820
prefix-development: "chore"
1921
include: "scope"
22+
assignees:
23+
- "naveensingh"
24+
25+
- package-ecosystem: "github-actions"
26+
directory: "/"
27+
schedule:
28+
interval: "weekly"
29+
commit-message:
30+
prefix: "chore"
31+
prefix-development: "chore"
32+
include: "scope"
33+
assignees:
34+
- "naveensingh"

0 commit comments

Comments
 (0)