File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ version: 2
22updates :
33 # Fetch and update latest `npm` packages
44 - package-ecosystem : npm
5- directory : ' /web'
5+ directory : " /web"
66 schedule :
7- interval : weekly
8- time : ' 00:00'
7+ interval : monthly
8+ time : " 00:00"
99 open-pull-requests-limit : 10
1010 reviewers :
1111 - AchoArnold
@@ -17,10 +17,25 @@ updates:
1717 include : scope
1818 # Fetch and update latest `github-actions` pkgs
1919 - package-ecosystem : github-actions
20- directory : ' / '
20+ directory : " / "
2121 schedule :
22- interval : weekly
23- time : ' 00:00'
22+ interval : monthly
23+ time : " 00:00"
24+ open-pull-requests-limit : 10
25+ reviewers :
26+ - AchoArnold
27+ assignees :
28+ - AchoArnold
29+ commit-message :
30+ prefix : fix
31+ prefix-development : chore
32+ include : scope
33+ # Fetch and update latest `go` packages
34+ - package-ecosystem : gomod
35+ directory : " /api"
36+ schedule :
37+ interval : monthly
38+ time : " 00:00"
2439 open-pull-requests-limit : 10
2540 reviewers :
2641 - AchoArnold
You can’t perform that action at this time.
0 commit comments