File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,14 +9,12 @@ updates:
99 directories :
1010 - " **/*"
1111 schedule :
12- interval : daily
13- # day: friday
14- # timezone: Etc/UTC
15- time : 12:00
16- commit-message :
17- prefix : " mvn"
18- assignees :
19- - " owenkellett"
20- - " spaltis"
21- - " ashishKhushiKumar"
22- - " anishb266"
12+ interval : weekly
13+ day : friday
14+ commit-message :
15+ prefix : " Update"
16+ reviewers :
17+ - " owenkellett"
18+ - " spaltis"
19+ - " ashishKhushiKumar"
20+ - " anishb266"
Original file line number Diff line number Diff line change 1+ include :
2+ - local : ' .github/dependabot.yml'
3+
14name : Run AAA SDK CI
25
3- on : [push, pull_request, workflow_dispatch]
6+ on : [push, workflow_dispatch]
47
58jobs :
69 test :
2124 - name : Verify Maven installation
2225 run : mvn -v
2326 - name : Run AAA SDK tests
24- run : mvn -Dhere.token.endpoint.url=https://stg.account.api.here.com/oauth2/token -Dhere.access.key.id=${{ secrets.ACCESS_KEY_ID }} -Dhere.access.key.secret=${{ secrets.ACCESS_KEY_SECRET }} clean install
27+ run : mvn -Dhere.token.endpoint.url=https://stg.account.api.here.com/oauth2/token -Dhere.access.key.id=${{ secrets.ACCESS_KEY_ID }} -Dhere.access.key.secret=${{ secrets.ACCESS_KEY_SECRET }} clean install
28+ - name : ' Checkout Repository'
29+ uses : actions/checkout@v4
30+ - name : ' Dependency Review'
31+ uses : actions/dependency-review-action@v4
You can’t perform that action at this time.
0 commit comments