Skip to content

Commit 78f2369

Browse files
Renovate: all non-major dependencies
1 parent 29aaec6 commit 78f2369

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/safe-settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
safe-settings-sync:
2222
runs-on: ubuntu-latest
2323
env:
24-
SAFE_SETTINGS_VERSION: 2.1.14
24+
SAFE_SETTINGS_VERSION: 2.1.16
2525
SAFE_SETTINGS_CODE_DIR: .safe-settings-code
2626
steps:
2727
- name: Checkout source

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/UCL-MIRSG/.github
4-
rev: v0.182.0
4+
rev: v0.196.0
55
hooks:
66
- id: mirsg-hooks
77
- repo: https://github.com/renovatebot/pre-commit-hooks

precommit/mirsg-hooks.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,22 @@ repos:
6262
- --exclude=.github
6363
- --exclude=docker-compose.yml
6464
- repo: https://github.com/astral-sh/ruff-pre-commit
65-
rev: v0.8.4
65+
rev: v0.9.9
6666
hooks:
6767
- id: ruff
6868
args:
6969
- --exit-non-zero-on-fix
7070
- --fix
7171
- id: ruff-format
7272
- repo: https://github.com/crate-ci/typos
73-
rev: v1.29.0
73+
rev: v1.30.0
7474
hooks:
7575
- id: typos
7676
args:
7777
- --force-exclude
7878
- --hidden
7979
- repo: https://github.com/igorshubovych/markdownlint-cli
80-
rev: v0.43.0
80+
rev: v0.44.0
8181
hooks:
8282
- id: markdownlint
8383
args:
@@ -122,7 +122,7 @@ repos:
122122
- --fix=lf
123123
- id: trailing-whitespace
124124
- repo: https://github.com/python-jsonschema/check-jsonschema
125-
rev: 0.30.0
125+
rev: 0.31.2
126126
hooks:
127127
- id: check-github-workflows
128128
- repo: https://github.com/shellcheck-py/shellcheck-py
@@ -133,6 +133,6 @@ repos:
133133
- --external-sources
134134
- --shell=bash
135135
- repo: https://github.com/rhysd/actionlint
136-
rev: v1.7.5
136+
rev: v1.7.7
137137
hooks:
138138
- id: actionlint

0 commit comments

Comments
 (0)