Skip to content

Commit fd06d4b

Browse files
author
François Chastanet
committed
Update github worflows cron scheduling + use bash-compiler DEFAULT_TEMPLATE_FOLDER
1 parent 17f4e6c commit fd06d4b

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

.bash-compiler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
FRAMEWORK_ROOT_DIR=${ROOT_DIR}
2-
TEMPLATES_ROOT_DIR=${HOME}/fchastanet/bash-compiler/examples/templates
2+
TEMPLATES_ROOT_DIR=${DEFAULT_TEMPLATE_FOLDER}

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ updates:
55
- package-ecosystem: "github-actions"
66
directory: "/"
77
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"
1010
day: "friday"
11+
time: "22:00"
12+
timezone: "UTC"
1113
open-pull-requests-limit: 1

.github/workflows/precommit-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
55
workflow_dispatch:
66
schedule:
77
# https://crontab.cronhub.io/
8-
- cron: "30 10 * * *"
8+
- cron: "30 22 1-7 */3 FRI"
99
jobs:
1010
auto-update:
1111
runs-on: ubuntu-22.04

.pre-commit-config-github.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525

2626
- repo: https://github.com/executablebooks/mdformat
2727
# Do this before other tools "fixing" the line endings
28-
rev: 0.7.19
28+
rev: 0.7.21
2929
hooks:
3030
- id: mdformat
3131
name: Format Markdown
@@ -150,7 +150,7 @@ repos:
150150
)
151151
152152
- repo: https://github.com/fchastanet/bash-tools-framework
153-
rev: 6.0.0
153+
rev: 6.1.1
154154
hooks:
155155
- id: fixShebangExecutionBit
156156
- id: awkLint
@@ -195,6 +195,6 @@ repos:
195195
stages: [manual] # GITHUB
196196

197197
- repo: https://github.com/fchastanet/bash-compiler
198-
rev: v3.1.0
198+
rev: 3.1.2
199199
hooks:
200200
- id: buildBashBinaries

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020

2121
- repo: https://github.com/executablebooks/mdformat
2222
# Do this before other tools "fixing" the line endings
23-
rev: 0.7.19
23+
rev: 0.7.21
2424
hooks:
2525
- id: mdformat
2626
name: Format Markdown
@@ -145,7 +145,7 @@ repos:
145145
)
146146
147147
- repo: https://github.com/fchastanet/bash-tools-framework
148-
rev: 6.0.0
148+
rev: 6.1.1
149149
hooks:
150150
- id: fixShebangExecutionBit
151151
- id: awkLint
@@ -190,6 +190,6 @@ repos:
190190
stages: [] # GITHUB
191191

192192
- repo: https://github.com/fchastanet/bash-compiler
193-
rev: v3.1.0
193+
rev: 3.1.2
194194
hooks:
195195
- id: buildBashBinaries

0 commit comments

Comments
 (0)