File tree Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
FRAMEWORK_ROOT_DIR=${ROOT_DIR}
2
- TEMPLATES_ROOT_DIR=${HOME}/fchastanet/bash-compiler/examples/templates
2
+ TEMPLATES_ROOT_DIR=${DEFAULT_TEMPLATE_FOLDER}
Original file line number Diff line number Diff line change 5
5
- package-ecosystem : " github-actions"
6
6
directory : " /"
7
7
schedule :
8
- # Check for updates to GitHub Actions every week
9
- interval : " weekly "
8
+ # Check for updates to GitHub Actions every month
9
+ interval : " monthly "
10
10
day : " friday"
11
+ time : " 22:00"
12
+ timezone : " UTC"
11
13
open-pull-requests-limit : 1
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
5
5
workflow_dispatch :
6
6
schedule :
7
7
# https://crontab.cronhub.io/
8
- - cron : " 30 10 * * * "
8
+ - cron : " 30 22 1-7 */3 FRI "
9
9
jobs :
10
10
auto-update :
11
11
runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 25
25
26
26
- repo : https://github.com/executablebooks/mdformat
27
27
# Do this before other tools "fixing" the line endings
28
- rev : 0.7.19
28
+ rev : 0.7.21
29
29
hooks :
30
30
- id : mdformat
31
31
name : Format Markdown
@@ -150,7 +150,7 @@ repos:
150
150
)
151
151
152
152
- repo : https://github.com/fchastanet/bash-tools-framework
153
- rev : 6.0.0
153
+ rev : 6.1.1
154
154
hooks :
155
155
- id : fixShebangExecutionBit
156
156
- id : awkLint
@@ -195,6 +195,6 @@ repos:
195
195
stages : [manual] # GITHUB
196
196
197
197
- repo : https://github.com/fchastanet/bash-compiler
198
- rev : v3 .1.0
198
+ rev : 3 .1.2
199
199
hooks :
200
200
- id : buildBashBinaries
Original file line number Diff line number Diff line change 20
20
21
21
- repo : https://github.com/executablebooks/mdformat
22
22
# Do this before other tools "fixing" the line endings
23
- rev : 0.7.19
23
+ rev : 0.7.21
24
24
hooks :
25
25
- id : mdformat
26
26
name : Format Markdown
@@ -145,7 +145,7 @@ repos:
145
145
)
146
146
147
147
- repo : https://github.com/fchastanet/bash-tools-framework
148
- rev : 6.0.0
148
+ rev : 6.1.1
149
149
hooks :
150
150
- id : fixShebangExecutionBit
151
151
- id : awkLint
@@ -190,6 +190,6 @@ repos:
190
190
stages : [] # GITHUB
191
191
192
192
- repo : https://github.com/fchastanet/bash-compiler
193
- rev : v3 .1.0
193
+ rev : 3 .1.2
194
194
hooks :
195
195
- id : buildBashBinaries
You can’t perform that action at this time.
0 commit comments