Skip to content

Commit cf5d9e0

Browse files
author
Sunil Thaha
authored
Merge pull request #546 from SamYuan1990/updateDepBotSetting
nit: update DepBot setting
2 parents bef63e7 + ecfdbaa commit cf5d9e0

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,27 @@ updates:
33
- package-ecosystem: pip
44
directory: /
55
schedule:
6-
interval: daily
6+
day: monday
7+
interval: weekly
8+
groups:
9+
github-actions:
10+
patterns:
11+
- "*"
712
- package-ecosystem: github-actions
813
directory: /
914
schedule:
10-
interval: daily
15+
day: monday
16+
interval: weekly
17+
groups:
18+
github-actions:
19+
patterns:
20+
- "*"
1121
- package-ecosystem: docker
1222
directory: /
1323
schedule:
14-
interval: daily
24+
day: monday
25+
interval: weekly
26+
groups:
27+
github-actions:
28+
patterns:
29+
- "*"

0 commit comments

Comments
 (0)