File tree Expand file tree Collapse file tree 2 files changed +18
-16
lines changed Expand file tree Collapse file tree 2 files changed +18
-16
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
- - package-ecosystem : gomod
3
+ - package-ecosystem : " gomod"
4
+ commit-message :
5
+ prefix : " deps:"
4
6
directory : " /"
5
7
schedule :
6
- interval : daily
7
- - package-ecosystem : github-actions
8
+ interval : " weekly"
9
+ day : " sunday"
10
+ time : " 09:00"
11
+ - package-ecosystem : " github-actions"
12
+ commit-message :
13
+ prefix : " ci:"
8
14
directory : " /"
9
15
schedule :
10
- interval : daily
16
+ interval : " weekly"
17
+ day : " sunday"
18
+ time : " 09:00"
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [main]
6
6
pull_request :
7
- workflow_dispatch :
8
- inputs :
9
- tag :
10
- description : ' Tag to create'
11
- required : true
12
- default : ' v0.0.0'
7
+ branches : [main]
8
+ schedule :
9
+ - cron : ' 0 0 * * 0' # run "At 00:00 on Sunday"
13
10
14
11
# See https://github.com/cristalhq/.github/.github/workflows
15
12
jobs :
16
13
build :
17
- uses : cristalhq/.github/.github/workflows/build.yml@main
14
+ uses : cristalhq/.github/.github/workflows/build.yml@v0.6.0
18
15
19
- release :
20
- if : github.event_name == 'workflow_dispatch'
21
- uses : cristalhq/.github/.github/workflows/release.yml@main
22
- with :
23
- tag : ${{ github.event.input.tag }}
16
+ vuln :
17
+ uses :
cristalhq/.github/.github/workflows/[email protected]
You can’t perform that action at this time.
0 commit comments